mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
e07cd62596
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>
42 lines
No EOL
621 B
JSON
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"
|
|
}
|
|
} |