Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5fce07f

Browse files
committedJun 29, 2024
Allow abbreviation tags
1 parent b79f527 commit 5fce07f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.markdownlint.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"no-hard-tabs": false,
1212
"hr-style": false,
1313
"strong-style": false,
14-
"emphasis-style": false
14+
"emphasis-style": false,
15+
"no-inline-html": {
16+
"allowed_elements": [
17+
"abbr"
18+
]
19+
}
1520
}

0 commit comments

Comments
 (0)
Please sign in to comment.