Commit d8bdc0f
committed
Interaction between markdown blockquotes and sections
In an example (Fossies) I found the code like:
```
@page pg1 page
> text
## section
```
and this results in the warning like:
```
warning: found </blockquote> tag without matching <blockquote>
```
so it is better to terminate the block quote when a potential section command appears1 parent 83118ee commit d8bdc0f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2854 | 2854 | | |
2855 | 2855 | | |
2856 | 2856 | | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
2857 | 2860 | | |
2858 | 2861 | | |
2859 | 2862 | | |
| |||
2875 | 2878 | | |
2876 | 2879 | | |
2877 | 2880 | | |
| 2881 | + | |
2878 | 2882 | | |
2879 | 2883 | | |
2880 | 2884 | | |
| |||
0 commit comments