aboutsummaryrefslogtreecommitdiff
path: root/testdata/comment_test.txt
AgeCommit message (Collapse)Author
2025-01-21all: fix section detected as paragraph after list and commentShulhan
Previously, given the following markup, ---- * Sub list + Sub list content. //}}} //{{{ == Sub 2 //}} ---- The section "Sub 2" will be parsed as paragraph instead of new section.