euporie.core.convert.formats.html.MarkdownIt

class euporie.core.convert.formats.html.MarkdownIt(config: str | collections.abc.Mapping = 'commonmark', options_update: collections.abc.Mapping | None = None, *, renderer_cls: ~collections.abc.Callable[[~markdown_it.main.MarkdownIt], ~markdown_it.renderer.RendererProtocol] = <class 'markdown_it.renderer.RendererHTML'>)