mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:27:45 +00:00
LibMarkdown: Add LineIterator
LineIterator wraps a vector's ConstIterator, to provide an iterator that can work on indented container blocks (like lists and blockquotes).
This commit is contained in:
parent
cd560d3ae3
commit
10f6f6a723
16 changed files with 139 additions and 21 deletions
|
@ -4,6 +4,7 @@ set(SOURCES
|
|||
Document.cpp
|
||||
Heading.cpp
|
||||
HorizontalRule.cpp
|
||||
LineIterator.cpp
|
||||
List.cpp
|
||||
Paragraph.cpp
|
||||
Table.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue