Skip to content

Commit

Permalink
chore(de): wrap article tags
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 21, 2024
1 parent b58ce94 commit 3725ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/de/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
{
"name": "inline-html",
"message": "Put inline HTML tags in code spans",
"searchPattern": "/(?<!`)\\\\?(<(audio|button|canvas|dialog|iframe|input|link|object|select|span|video)>)/g",
"searchPattern": "/(?<!`)\\\\?(<(article|audio|button|canvas|dialog|iframe|input|link|object|select|span|video)>)/g",
"replace": "`$1`",
"searchScope": "text",
},
Expand Down

0 comments on commit 3725ed2

Please sign in to comment.