summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown/BlockQuote.cpp
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-31LibMarkdown: Indent blockquotes inside the terminal rendererArda Cinar
2022-12-31LibMarkdown: Render lines to terminal instead of a single stringArda Cinar
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-10-10LibMarkdown: Implement introspection of the document treeBen Wiederhake
2021-10-06LibMarkdown: Add blockquotesPeter Elliott