summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown/Text.h
AgeCommit message (Expand)Author
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-10LibMarkdown: Implement introspection of the document treeBen Wiederhake
2021-10-10LibMarkdown: Make href always a StringBen Wiederhake
2021-10-01Libraries: Fix typosNico Weber
2021-09-12LibMarkdown: Render sequences of spaces properly in the terminalPeter Elliott
2021-09-12LibMarkdown: Implement hard and soft line breaksPeter Elliott
2021-09-12LibMarkdown: Handle delimiter flanking with punctuationPeter Elliott
2021-09-12LibMarkdown: Rewrite Inline text parser to be more forgivingPeter Elliott
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling