1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00
Files
geek-cookbook/.markdownlint.json
Thomas 6366e1d24b K3S recipe (#73)
* 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
2019-12-15 14:18:48 +13:00

12 lines
190 B
JSON

{
"MD046": {
"style": "fenced"
},
"MD013": {
"code_block_line_length": 200,
"line_length": 200
},
"MD024": {
"siblings_only": true
}
}