◆ parse()
| list[Token] markdown_it.parser_inline.ParserInline.parse |
( |
|
self, |
|
|
str |
src, |
|
|
MarkdownIt |
md, |
|
|
EnvType |
env, |
|
|
list[Token]
|
tokens |
|
) |
| |
Process input string and push inline tokens into `tokens`
◆ skipToken()
| None markdown_it.parser_inline.ParserInline.skipToken |
( |
|
self, |
|
|
StateInline |
state |
|
) |
| |
Skip single token by running all rules in validation mode;
returns `True` if any rule reported success
◆ tokenize()
| None markdown_it.parser_inline.ParserInline.tokenize |
( |
|
self, |
|
|
StateInline |
state |
|
) |
| |
Generate tokens for input range.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/markdown_it/parser_inline.py