euporie.core.convert.formats.html.MarkdownParser

class euporie.core.convert.formats.html.MarkdownParser(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'>)

Subclas the markdown parser to allow file: URIs.