Skip to content

Commit f47caf7

Browse files
authoredJan 3, 2024
# Modifications to .markdownlint.yml (#1641)
* Add some exceptions for material-mkdocs allowed elements (sub and sup)
1 parent a543e76 commit f47caf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.markdownlint.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,11 @@ MD032: true
154154

155155
# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md033.md
156156
MD033:
157-
# Allowed elements
158-
allowed_elements: []
157+
# Allowed elements material-mkdocs
158+
allowed_elements: [
159+
"sub",
160+
"sup"
161+
]
159162

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

0 commit comments

Comments
 (0)
Please sign in to comment.