md-docs/README.md

25 lines
622 B
Markdown
Raw Permalink Normal View History

2023-06-26 00:43:14 +00:00
# MD-DOCS
All configuration is done via the `md-docs.config.yaml` file.
## md-docs.config.yaml
Values:
```yaml
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
2023-06-26 00:43:14 +00:00
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
2023-06-26 00:43:14 +00:00
}
2023-09-09 15:55:28 +00:00
String link_classes # Classes to add to links (<a>)
2023-06-26 00:43:14 +00:00
```