summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown
AgeCommit message (Expand)Author
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-06LibMarkdown: Output alignment when rendering HTML tablesSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-03LibMarkdown: Allow nested linksAndreas Kling
2021-11-01LibMarkdown: Recognize and handle commentsBen Wiederhake
2021-10-10LibMarkdown: Implement introspection of the document treeBen Wiederhake
2021-10-10LibMarkdown: Make href always a StringBen Wiederhake
2021-10-09LibMarkdown: Have one newline between lists in terminal rendersDavid Isaksson
2021-10-06LibMarkdown: Add blockquotesPeter Elliott
2021-10-06LibMarkdown: Add blockquote support to LineIteratorPeter Elliott
2021-10-05LibMarkdown: Add start numbers for ordered listsPeter Elliott
2021-10-05LibMarkdown: Allow spaces before list itemsPeter Elliott
2021-10-05LibMarkdown: Implement "tightness" for listsPeter Elliott
2021-10-05LibMarkdown: Allow non-text items in ListsPeter Elliott
2021-10-05LibMarkdown: Add LineIteratorPeter Elliott
2021-10-05LibMarkdown: Refactor Document's parser into ContainerBlockPeter Elliott
2021-10-01LibMarkdown: Fix typo in variable nameNico Weber
2021-10-01Libraries: Fix typosNico Weber
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