aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
AgeCommit message (Collapse)Author
2024-08-01markdownlint no-trailing-spaces (#6668)Gravatar Alexandre Alapetite
2022-05-07Fix Docker button, add PikaPods as automated install option (#4351)Gravatar Manuel Riel
* Fix Docker icon, add PikaPods install option * Use same button size * Force button refresh * French version * Docker logo * Remove image Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-10-23Improved markdownlint (#3918)Gravatar Alexandre Alapetite
* Improved markdownlint * Relaxed rules slighlty * `npm run markdownlint` for automatic tests * `npm run markdownlint_fix` for automatic syntax fixing * Applied the fixes on all our Markdown files
2020-04-16Markdownlint (#2880)Gravatar Alexandre Alapetite
* markdownlint I have started to use [markdownlint](https://github.com/DavidAnson/markdownlint/) to find typos in Markdown. Let's discuss which rules to enforce / disable / customize * markdownlint cli/readme