package documentation

Make mistletoe easier to import.
Module ast​_renderer Abstract syntax tree renderer for mistletoe.
Module base​_renderer Base class for renderers.
Module block​_token Built-in block-level token classes.
Module block​_tokenizer Block-level tokenizer for mistletoe.
Module cli No module docstring; 0/1 variable, 2/8 functions documented
Module core​_tokens Undocumented
Module html​_renderer HTML renderer for mistletoe.
Module latex​_renderer LaTeX renderer for mistletoe.
Module latex​_token Undocumented
Module span​_token Built-in span-level token classes.
Module span​_tokenizer Inline tokenizer for mistletoe.
Module utils No module docstring; 0/1 variable, 1/1 function documented
Module __main__ Make mistletoe runnable as a script with default settings.
Module ​_html Taken from Python 3.4 standard library. Conforms to its original license.

From __init__.py:

Function markdown Converts markdown input to the output supported by the given renderer. If no renderer is supplied, HTMLRenderer is used.
Variable __version__ Undocumented
__version__: str =

Undocumented

def markdown(iterable, renderer=HTMLRenderer):

Converts markdown input to the output supported by the given renderer. If no renderer is supplied, HTMLRenderer is used.

Note that extra token types supported by the given renderer are automatically (and temporarily) added to the parsing process.