Files
static-web-server/.mdformat.toml
Matthias Schoettle dd43d06551 refactor: format check support Markdown files via mdformat (#597)
* chore: format Markdown files with mdformat
* chore: switch to mdformat config file
* chore: add missing trailing slash
* docs: add section about formatting Markdown files
2025-12-07 10:40:21 +01:00

16 lines
402 B
TOML

# see: https://mdformat.readthedocs.io/en/stable/users/configuration_file.html
number = true
# requires Python 3.13+
exclude = [
# avoid moving all link definitions to the bottom
"CHANGELOG.md",
# fails validation that rendered HTML is consistent
"docs/content/download-and-install*.md"
]
# https://github.com/hukkin/mdformat-gfm#configuration
[plugin.tables]
compact_tables = true