8 lines
340 B
JSON
8 lines
340 B
JSON
{
|
||
"default": true,
|
||
|
||
// Example customisations – adjust or delete as needed
|
||
"MD013": { "line_length": 120 }, // max line length (set higher if you prefer)
|
||
"MD041": false, // allow first line not to be a top‑level heading
|
||
"MD033": false // allow inline HTML (useful for Gollum embeds)
|
||
}
|