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
- Introduce `Ext_paragraph_attributes` to control preservation of
attributes on paragraph tags.
- Enable the extension by default for all HTML-based formats.
- The HTML reader now wraps attributed paragraphs in a Div when
the `native_divs` extension is enabled.
- The HTML writer unwraps the Div back to an attributed p tag.
- Add tests to verify attribute handling with and without the
new extension.
0 commit comments