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
/
Heading.cpp
Age
Commit message (
Expand
)
Author
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-31
LibMarkdown: Render lines to terminal instead of a single string
Arda Cinar
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-04
LibMarkdown: Fix coloring of the first line
demostanis
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-26
LibMarkdown: Support up to 3 spaces before an ATX header
Peter Elliott
2022-04-26
LibMarkdown: Limit headings to 6 levels
Peter Elliott
2022-02-17
LibMarkdown: Add terminal color formatting
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-05
LibMarkdown: Implement "tightness" for 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-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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling