![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Classes | |
| class | HtmlFormatter |
Functions | |
| escape_html (text, table=_escape_html_table) | |
| webify (color) | |
| _get_ttype_class (ttype) | |
Variables | |
| ctags = None | |
| dict | _escape_html_table |
| str | CSSFILE_TEMPLATE |
| str | DOC_HEADER |
| str | DOC_HEADER_EXTERNALCSS |
| str | DOC_FOOTER |
pygments.formatters.html
~~~~~~~~~~~~~~~~~~~~~~~~
Formatter for HTML output.
:copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
| pygments.formatters.html.escape_html | ( | text, | |
table = _escape_html_table |
|||
| ) |
Escape &, <, > as well as single and double quotes for HTML.
|
protected |
| str pygments.formatters.html.CSSFILE_TEMPLATE |
| str pygments.formatters.html.DOC_FOOTER |
| str pygments.formatters.html.DOC_HEADER |
| str pygments.formatters.html.DOC_HEADER_EXTERNALCSS |