Parser.render_html()
Finish parsing (if needed) and render as HTML.
Usage
Parser.render_html(
*,
sourcepos=False,
)Parameters
sourcepos: bool = False-
Include
data-sourceposattributes. DefaultFalse.
Returns
str- The rendered HTML string.
Finish parsing (if needed) and render as HTML.
Usage
sourcepos: bool = Falsedata-sourcepos attributes. Default False.
str