Function | flatten |
Convert a document fragment from a Stan tree to HTML. |
Function | flatten_text |
Return the text inside a stan tree. |
Function | html2stan |
Convert an HTML string to a Stan tree. |
Constant | _RE_CONTROL |
Undocumented |
Parameters | |
stan:Flattenable | Document fragment to flatten. |
Returns | |
str | An HTML string representation of the stan tree. |
Parameters | |
stan:Union[ | Undocumented |
Returns | |
str | Undocumented |
Note | |
Only compatible with Tag objects. |