Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling | |
2021-10-06 | LibMarkdown: Add blockquote support to LineIterator | Peter Elliott | |
This patch adds contexts to line iterator for nesting list items and blockquotes. It also incidentally makes the api for LineIterator simpler, and will make it easier to add other containers in the future. | |||
2021-10-05 | LibMarkdown: Add LineIterator | Peter Elliott | |
LineIterator wraps a vector's ConstIterator, to provide an iterator that can work on indented container blocks (like lists and blockquotes). |