Skip to content

Commit

Permalink
fix: correct the prefix of gfm alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Feb 10, 2025
1 parent 7dde110 commit d5cd948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/zh-cn/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{
"name": "gfm-alert",
"message": "Use the GFM syntax: https://developer.mozilla.org/zh-CN/docs/MDN/Writing_guidelines/Howto/Markdown_in_MDN#备注、警告和标注",
"searchPattern": "/^ *> \\*\\*(Note|Warning|Callout):\\*\\*(?! [[{`_*])/gm",
"searchPattern": "/^ *> \\*\\*(备注|警告|标注):\\*\\*(?! [[{`_*])/gm",
"searchScope": "text",
},
{
Expand Down
2 changes: 1 addition & 1 deletion files/zh-tw/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{
"name": "gfm-alert",
"message": "Use the GFM syntax: https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Howto/Markdown_in_MDN#notes_warnings_and_callouts",
"searchPattern": "/^ *> \\*\\*(Note|Warning|Callout):\\*\\*(?! [[{`_*])/gm",
"searchPattern": "/^ *> \\*\\*(備註|警告|標註):\\*\\*(?! [[{`_*])/gm",
"searchScope": "text",
},
{
Expand Down

0 comments on commit d5cd948

Please sign in to comment.