Skip to content

Commit 623c34c

Browse files
committed
cspell: fix regex doc indentation
1 parent 28669ef commit 623c34c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.cspell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ patterns:
1313
pattern: |
1414
/
1515
^([\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
16+
[\s\S]*? # the block of code
17+
^\1 # end of the block
1818
/gmx
1919
- name: markdown_inline_code
2020
pattern: /(\s*`)[^`\n]{3,}`/gmx

0 commit comments

Comments
 (0)