Ben Wiederhake
d2f9fee4ab
LibMarkdown: Recognize and handle comments
...
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.
2021-11-01 21:12:58 +01:00
Peter Elliott
e02c843af4
LibMarkdown: Add blockquotes
2021-10-06 12:35:46 +02:00
Peter Elliott
10f6f6a723
LibMarkdown: Add LineIterator
...
LineIterator wraps a vector's ConstIterator, to provide an iterator that
can work on indented container blocks (like lists and blockquotes).
2021-10-05 13:27:25 +03:30
Peter Elliott
cd560d3ae3
LibMarkdown: Refactor Document's parser into ContainerBlock
...
This will better allow us too do things like have Lists and blockquotes
support multiple blocks.
2021-10-05 13:27:25 +03:30
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00