Go to file
Araozu 1da85c07f5 Use classes for headings from config file 2023-06-26 21:50:07 -05:00
src Use classes for headings from config file 2023-06-26 21:50:07 -05:00
.gitignore Use config file instead of params. 2023-06-25 18:23:17 -05:00
Cargo.lock Use config file instead of params. 2023-06-25 18:23:17 -05:00
Cargo.toml Use config file instead of params. 2023-06-25 18:23:17 -05:00
README.md Use classes for headings from config file 2023-06-26 21:50:07 -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

    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
    }
}