Structs§
Functions§
- process_
markdown_ to_ html - Processes markdown to HTML, and highlights the code blocks. If you have frontmatter in your markdown files, it will be rendered as well.
- process_
markdown_ to_ html_ with_ frontmatter - Processes markdown to html and syntax highlights the code blocks. Scans for frontmatter, and parses it. A H1 in the frontmatter will be returned. while the frontmatter code block will not.