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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 2.2.0
Features
Escape all text by default.
Add composed_text property that takes a list of strings or Elements and dumps that. This can be used to render strings with inline elements like <br>, <i> or <b>. used like: composed_text=["regular", Italic(text="italic"), Bold(text="bold"), "regular"].
Internal
Test elements with custom dump override like Docstring and Comment for string escaping.