mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-17 06:17:55 +00:00
ce173f401d
This converts the existing `.mdl_config.json` file to an equivalent `.mdl_config.yaml` file. The reference in the markdownlint pre-commit hook configuration is updated to match. Co-authored-by: Shane Frasier <jeremy.frasier@trio.dhs.gov>
25 lines
228 B
YAML
25 lines
228 B
YAML
---
|
|
|
|
default: true
|
|
|
|
MD003:
|
|
style: "atx_closed"
|
|
|
|
MD004:
|
|
style: "dash"
|
|
|
|
MD013:
|
|
code_blocks: false
|
|
tables: false
|
|
|
|
MD024:
|
|
allow_different_nesting: true
|
|
|
|
MD029:
|
|
style: "one"
|
|
|
|
MD033:
|
|
allowed_elements:
|
|
- h1
|
|
- img
|