Skip to main content

Module parser

Module parser 

Source
Expand description

Pull-based Markdown-to-HTML conversion via pulldown-cmark.

Functionsยง

compile_all
Parallel map-reduce over all uncompiled pages.
compile_markdown
Converts an UncompiledPage into a CompiledPage HTML fragment.
markdown_to_html
Converts Markdown source text into an HTML fragment.