Skip to content

Commit

Permalink
# Modifications to .markdownlint.yml (#1641)
Browse files Browse the repository at this point in the history
* Add some exceptions for material-mkdocs allowed elements (sub and sup)
  • Loading branch information
sspencerwire authored Jan 3, 2024
1 parent a543e76 commit f47caf7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,11 @@ MD032: true

# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md
MD033:
# Allowed elements
allowed_elements: []
# Allowed elements material-mkdocs
allowed_elements: [
"sub",
"sup"
]

# MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md034.md
MD034: true
Expand Down

0 comments on commit f47caf7

Please sign in to comment.