summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown
AgeCommit message (Expand)Author
2021-09-12LibMarkdown: Re-add support for Serenity's style code blocks extensionPeter Elliott
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: Add terminal rendering for new markdown Text parserPeter Elliott
2021-09-12LibMarkdown: Rewrite Inline text parser to be more forgivingPeter Elliott
2021-08-31LibMarkdown: Match HTML formatting of Commonmark testsPeter Elliott
2021-08-31LibMarkdown: Add render_to_inline_html() to DocumentPeter Elliott
2021-06-09LibMarkdown: Wrap non-inline code blocks in <pre>Sam Atkins
2021-05-19LibMarkdown: Wrap code block language string in escape_html_entities()Linus Groh
2021-05-07LibMarkdown: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-05LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()Andreas Kling
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26LibMarkdown: Remove unused Paragraph::add_line() declarationLinus Groh
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling