Crate markrs Copy item path Source config ๐ This module handles the configuration I/O for the application. error ๐ html_generator ๐ This module provides functionality to generate HTML from markdown block elements. io ๐ This module provides functionality related to reading/writing files. lexer ๐ This module provides functionality to tokenize a line of markdown text into a vector of Token
enums. parser ๐ This module contains the parser for converting tokenized Markdown lines into structured
Markdown elements. thread_pool ๐ types ๐ This module defines the types used in the markdown parser, including tokens, inline elements,
block elements, and a cursor for navigating through tokens. utils ๐ Cli ๐ CONFIG ๐ generate_static_site ๐ main ๐ run ๐