Files
switch-guide/.markdownlint.json
T
grunt22fox ef1ca867e9 Making markdown styling more consistent, update README.md and LICENSE.md (#279)
* Substantial Markdown overhaul

* Update README and LICENSE, as well as copyright

* Reword instructions regarding copying folders in sd_preparation.md

* Add archive bit warning to transfer_sd.md

* Ensure consistency, remove more unneeded <br>

* Remove more unneeded HTML

* Reorganization of index page for readability

* Add boldness to brick risk words

* Slight rewording on index.md

* Fix an incorrectly formatted number list

* Remove a redundant image

* Change SD to microSD, adjust tab defaults
2026-03-01 10:41:39 +01:00

21 lines
679 B
JSON

{
"MD003": { "style": "atx" },
"MD004": { "style": "asterisk"},
"MD007": { "indent": 4 },
"MD013": false,
"MD024": false,
"MD026": { "punctuation": ".,;:。,;:"},
"MD029": { "style": "one" },
"MD033": { "allowed_elements": ["br", "u", "span"], "table_allowed_elements": ["hr", "br", "ul", "li", "u", "span"]},
"MD035": { "style": "---" },
"MD036": false,
"MD040": false,
"MD045": false,
"MD046": { "style": "fenced" },
"MD048": { "style": "backtick" },
"MD049": { "style": "asterisk" },
"MD050": { "style": "asterisk" },
"MD055": { "style": "leading_and_trailing" },
"MD060": { "style": "aligned" }
}