Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
markdown_it.utils.OptionsDict Class Reference
Inheritance diagram for markdown_it.utils.OptionsDict:
Inheritance graph
[legend]
Collaboration diagram for markdown_it.utils.OptionsDict:
Collaboration graph
[legend]

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
 

Detailed Description

A dictionary, with attribute access to core markdownit configuration options.

Member Function Documentation

◆ breaks()

bool markdown_it.utils.OptionsDict.breaks (   self)
Convert newlines in paragraphs into <br>.

◆ highlight()

Callable[[str, str, str], str] | None markdown_it.utils.OptionsDict.highlight (   self)
Highlighter function: (content, langName, langAttrs) -> escaped HTML.

◆ html()

bool markdown_it.utils.OptionsDict.html (   self)
Enable HTML tags in source.

◆ langPrefix()

str markdown_it.utils.OptionsDict.langPrefix (   self)
CSS language prefix for fenced blocks.

◆ linkify()

bool markdown_it.utils.OptionsDict.linkify (   self)
Enable autoconversion of URL-like texts to links.

◆ maxNesting()

int markdown_it.utils.OptionsDict.maxNesting (   self)
Internal protection, recursion limit.

◆ quotes()

str markdown_it.utils.OptionsDict.quotes (   self)
Quote characters.

◆ typographer()

bool markdown_it.utils.OptionsDict.typographer (   self)
Enable smartquotes and replacements.

◆ xhtmlOut()

bool markdown_it.utils.OptionsDict.xhtmlOut (   self)
Use '/' to close single tags (<br />).

The documentation for this class was generated from the following file: