mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:17:45 +00:00
LibMarkdown: Refactor Document's parser into ContainerBlock
This will better allow us too do things like have Lists and blockquotes support multiple blocks.
This commit is contained in:
parent
4fa5748093
commit
cd560d3ae3
5 changed files with 143 additions and 71 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
CodeBlock.cpp
|
||||
ContainerBlock.cpp
|
||||
Document.cpp
|
||||
Heading.cpp
|
||||
HorizontalRule.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue