We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28669ef commit 623c34cCopy full SHA for 623c34c
1 file changed
.cspell.yml
@@ -13,8 +13,8 @@ patterns:
13
pattern: |
14
/
15
^([\s>]*`{3,})[a-z]+ # match the ``` with a language modifier, optionally inside a blockquote
16
- [\s\S]*? # the block of code
17
- ^\1 # end of the block
+ [\s\S]*? # the block of code
+ ^\1 # end of the block
18
/gmx
19
- name: markdown_inline_code
20
pattern: /(\s*`)[^`\n]{3,}`/gmx
0 commit comments