Go to file
Araozu b888d27057 styles for sidebar 2024-03-28 19:46:51 -05:00
src styles for sidebar 2024-03-28 19:46:51 -05:00
.gitignore Use config file instead of params. 2023-06-25 18:23:17 -05:00
Cargo.lock Improve code blocks 2023-10-01 21:29:11 -05:00
Cargo.toml Improve code blocks 2023-10-01 21:29:11 -05:00
README.md Generate images & links 2023-09-09 10:55:28 -05:00

README.md

MD-DOCS

All configuration is done via the md-docs.config.yaml file.

md-docs.config.yaml

Values:

String input    # Path to the input folder
String output   # Path to the output folder
String template # Path to the template file
String? extension = "html"  # File extension of the output files

headings: {
    String? h1 # Classes to add to h1 elements
    String? h2 # Classes to add to h2 elements
    String? h3 # Classes to add to h3 elements
    String? h4 # Classes to add to h4 elements
    String? h5 # Classes to add to h5 elements
}

String link_classes     # Classes to add to links (<a>)