markdownToHTML
renders a markdown file to HTML
(respecting the specified markdownExtensions
and
markdownHTMLOptions
).The package also exports the underlying Sundown C extension API which enables
creating and calling custom renderers using the renderMarkdown
function.
To learn more about markdown syntax see:
markdownToHTML
renderMarkdown