Commit 3de8d78
committed
Allow admonition blockquotes with blank lines
This fixes an issue where if an admonition blockquote had multiple
paragraphs, it would incorrectly interpret it as multiple blockquotes,
and break the formatting. The problem is that the regex was expecting at
least one space after the `>`.
I vaguely recall doing this intentionally, but I don't remember now why
I did it this way, and I can't find any problems with this approach.1 parent 0668397 commit 3de8d78
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments