mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
* Add Markdown Lint Configuration Added markdown lint configuration for markdownlint extension for VSCode * New Recipe DIY Kubernetes Cluster Brand spankn new DIY Kubernetes Cluster recipe
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"MD046": {
|
|
"style": "fenced"
|
|
},
|
|
"MD013": {
|
|
"code_block_line_length": 200,
|
|
"line_length": 200
|
|
},
|
|
"MD024": {
|
|
"siblings_only": true
|
|
}
|
|
} |