diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..e96e802 --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,10 @@ +# Default state for all rules +default: true + +# MD033 - Inline HTML +MD033: + # We allow the tag to create named anchors within the document. + # Example: + # [Go to section](#section) + # + allowed_elements: [a]