summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown/CommentBlock.cpp
AgeCommit message (Collapse)Author
2021-11-01LibMarkdown: Recognize and handle commentsBen Wiederhake
This also improves Commonmark coverage, e.g. it fixes tests HTML_blocks_ex179_2894..2906 and Lists_ex308_5439..5457. In other words, we go from 271 out of 652 to 273 out of 652.