hedgedoc/docs/.markdownlint.json
Philip Molares e07cd62596 docs: restructure documentation
This rewrite follows the principles of https://diataxis.fr/

Co-authored-by: Erik Michelson <github@erik.michelson.eu>
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2023-09-17 21:50:21 +02:00

42 lines
No EOL
621 B
JSON

{
"default": true,
"MD002": false,
"MD003": {
"style": "atx"
},
"MD004": {
"style": "dash"
},
"MD009": {
"br_spaces": 2,
"list_item_empty_lines": true,
"strict": false
},
"MD013": {
"code_block_line_length": 100,
"line_length": 100,
"tables": false,
"stern": true
},
"MD029": {
"style": "ordered"
},
"MD035": {
"style": "---"
},
"MD044": {
"names": ["HedgeDoc", "Docker"]
},
"MD046": {
"style": "fenced"
},
"MD048": {
"style": "backtick"
},
"MD049": {
"style": "asterisk"
},
"MD050": {
"style": "asterisk"
}
}