Files
fedora-bootc/.markdownlint.json
Dave Jansen f36fd9d04d Initial Setup
Re-worked to support my Gitea environment, along with some other customizations
and removals.

Currently based off of their `silverblue-main` base image, with 1Password and
Tailscale layered.
2025-10-29 15:35:01 +09:00

9 lines
129 B
JSON

{
"line-length": {
"tables": false
},
"no-inline-html": {
"allowed_elements": ["abbr", "pre", "kbd", "samp"]
}
}