![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| None | __init__ (self, OptionsType options) |
| Any | __getitem__ (self, str key) |
| None | __setitem__ (self, str key, Any value) |
| None | __delitem__ (self, str key) |
| Iterable[str] | __iter__ (self) |
| int | __len__ (self) |
| str | __repr__ (self) |
| str | __str__ (self) |
| int | maxNesting (self) |
| None | maxNesting (self, int value) |
| bool | html (self) |
| None | html (self, bool value) |
| bool | linkify (self) |
| None | linkify (self, bool value) |
| bool | typographer (self) |
| None | typographer (self, bool value) |
| str | quotes (self) |
| None | quotes (self, str value) |
| bool | xhtmlOut (self) |
| None | xhtmlOut (self, bool value) |
| bool | breaks (self) |
| None | breaks (self, bool value) |
| str | langPrefix (self) |
| None | langPrefix (self, str value) |
| Callable[[str, str, str], str]|None | highlight (self) |
| None | highlight (self, Callable[[str, str, str], str]|None value) |
Protected Attributes | |
| _options | |
A dictionary, with attribute access to core markdownit configuration options.
| bool markdown_it.utils.OptionsDict.breaks | ( | self | ) |
Convert newlines in paragraphs into <br>.
| Callable[[str, str, str], str] | None markdown_it.utils.OptionsDict.highlight | ( | self | ) |
Highlighter function: (content, langName, langAttrs) -> escaped HTML.
| bool markdown_it.utils.OptionsDict.html | ( | self | ) |
Enable HTML tags in source.
| str markdown_it.utils.OptionsDict.langPrefix | ( | self | ) |
CSS language prefix for fenced blocks.
| bool markdown_it.utils.OptionsDict.linkify | ( | self | ) |
Enable autoconversion of URL-like texts to links.
| int markdown_it.utils.OptionsDict.maxNesting | ( | self | ) |
Internal protection, recursion limit.
| str markdown_it.utils.OptionsDict.quotes | ( | self | ) |
Quote characters.
| bool markdown_it.utils.OptionsDict.typographer | ( | self | ) |
Enable smartquotes and replacements.
| bool markdown_it.utils.OptionsDict.xhtmlOut | ( | self | ) |
Use '/' to close single tags (<br />).