Crate markrs

Source

Modulesยง

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 ๐Ÿ”’

Structsยง

Cli ๐Ÿ”’

Staticsยง

CONFIG ๐Ÿ”’

Functionsยง

generate_static_site ๐Ÿ”’
main ๐Ÿ”’
run ๐Ÿ”’