You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, headings nullify any character styles. For example: if you have a heading that is bold, you don't end up with <h1><strong>Heading</strong></h1>.
Do we want to do the same for paragraph styles? This includes text alignment and indentation, which will appear as spans within the header: <h1><span class='pydocx-center'>Heading</span></h1>