diff --git a/.mdl_config.yaml b/.mdl_config.yaml index a2f08f3..b36f943 100644 --- a/.mdl_config.yaml +++ b/.mdl_config.yaml @@ -38,3 +38,13 @@ MD033: allowed_elements: - h1 - img + +# MD035/hr-style - Horizontal rule style +MD035: + # Enforce dashes for horizontal rules + style: "---" + +# MD046/code-block-style Code block style +MD046: + # Enforce the fenced style for code blocks + style: "fenced"