Skip to content

Commit

Permalink
chore(de): wrap object tags
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 18, 2024
1 parent bbed3ce commit 709523e
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|select|span|video)>)/g",
"searchPattern": "/(?<!`)\\\\?(<(audio|button|canvas|dialog|iframe|input|link|object|select|span|video)>)/g",
"replace": "`$1`",
"searchScope": "text",
},
Expand Down

0 comments on commit 709523e

Please sign in to comment.