Commit bdd42b4
committed
Spellcheck: also ignore code blocks inside blockquotes
The existing regex pattern for ignoring code blocks only matched
blocks at the start of a line (with optional whitespace). This
update makes it also match code blocks inside markdown
blockquotes, where lines are prefixed with `>`.1 parent bc0b73c commit bdd42b4
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments