Hi
I would like to know, how zola is converting Markdown to html.
Is there a documentation of all converting parts in a table?
thanx
Sven
Hi
I would like to know, how zola is converting Markdown to html.
Is there a documentation of all converting parts in a table?
thanx
Sven
It uses GitHub - raphlinus/pulldown-cmark for the markdown → HTML transformation. There are some hooks in zola/markdown.rs at master · getzola/zola · GitHub to insert shortcode and highlight the code.