mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-24 20:56:50 +00:00
* chore: format Markdown files with mdformat * chore: switch to mdformat config file * chore: add missing trailing slash * docs: add section about formatting Markdown files
16 lines
402 B
TOML
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
|