Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
myst_parser.mdit_to_docutils.html_to_nodes Namespace Reference

Functions

nodes.system_message make_error (nodes.document document, str error_msg, str text, int line_number)
 
list[nodes.Element] default_html (str text, str source, int line_number)
 
list[nodes.Element] html_to_nodes (str text, int line_number, DocutilsRenderer renderer)
 

Variables

dict OPTION_KEYS_IMAGE = {"class", "alt", "height", "width", "align", "name"}
 
dict OPTION_KEYS_ADMONITION = {"class", "name"}
 
 RE_FLOW
 

Detailed Description

Convert HTML to docutils nodes.

Function Documentation

◆ html_to_nodes()

list[nodes.Element] myst_parser.mdit_to_docutils.html_to_nodes.html_to_nodes ( str  text,
int  line_number,
DocutilsRenderer   renderer 
)
Convert HTML to docutils nodes.

Variable Documentation

◆ RE_FLOW

myst_parser.mdit_to_docutils.html_to_nodes.RE_FLOW
Initial value:
1= re.compile(
2 r"<(\/?)(iframe|noembed|noframes|plaintext|script|style|title|textarea|xmp)(?=[\t\n\f\r />])",
3 re.IGNORECASE,
4)