Expand description
This module provides functionality to generate HTML from markdown block elements.
Functionsยง
- format_
title ๐ - Formats the file name to create a title for the HTML document
- generate_
default_ css - Generates a default CSS stylesheet as a string.
- generate_
head ๐ - Generates the HTML head section
- generate_
html - Generates an HTML string from a vector of MdBlockElements
- generate_
index - Generates the index HTML file that lists all pages
- generate_
navbar ๐ - Generates the HTML for the navigation bar
- indent_
html - Indents each line of the given HTML string by the specified number of tabs.