aboutsummaryrefslogtreecommitdiff
path: root/test/command/6768.md
AgeCommit message (Collapse)AuthorFilesLines
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane1-0/+21
Starting with 2.10.1, fenced divs no longer render with HTML div tags in commonmark output. This is a regression due to our transition from cmark-gfm. This commit fixes it. Closes #6768.