index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibMarkdown
/
List.cpp
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-17
LibMarkdown: Add additional spacing for terminal rendering
xSlendiX
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-10
LibMarkdown: Implement introspection of the document tree
Ben Wiederhake
2021-10-09
LibMarkdown: Have one newline between lists in terminal renders
David Isaksson
2021-10-06
LibMarkdown: Add blockquote support to LineIterator
Peter Elliott
2021-10-05
LibMarkdown: Add start numbers for ordered lists
Peter Elliott
2021-10-05
LibMarkdown: Allow spaces before list items
Peter Elliott
2021-10-05
LibMarkdown: Implement "tightness" for lists
Peter Elliott
2021-10-05
LibMarkdown: Allow non-text items in Lists
Peter Elliott
2021-10-05
LibMarkdown: Add LineIterator
Peter Elliott
2021-09-12
LibMarkdown: Rewrite Inline text parser to be more forgiving
Peter Elliott
2021-08-31
LibMarkdown: Match HTML formatting of Commonmark tests
Peter Elliott
2021-05-05
LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling