summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown
AgeCommit message (Expand)Author
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-09-28LibMarkdown: Allow extra content to be inserted into HTML output's headSam Atkins
2022-09-01LibMarkdown: Add newline and remove ANSI escape after code blocksdemostanis
2022-08-04LibMarkdown: Fix coloring of the first linedemostanis
2022-08-04LibMarkdown: Indent code blocksdemostanis
2022-08-04LibMarkdown: Implement the image size extensionMacDue
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-28LibMarkdown: Add strike-through text support to markdownhuttongrabiel
2022-04-26LibMarkdown: Correct typo in forward declaration of HorizontalRulehuttongrabiel
2022-04-26LibMarkdown: Treat whitespace-only lines as blank in paragraphsPeter Elliott
2022-04-26LibMarkdown: Don't put a newline in empty code blocksPeter Elliott
2022-04-26LibMarkdown: Better support for code fencesPeter Elliott
2022-04-26LibMarkdown: Support up to 3 spaces before an ATX headerPeter Elliott
2022-04-26LibMarkdown: Limit headings to 6 levelsPeter Elliott
2022-04-26LibMarkdown: Make thematic break parsing more correctPeter Elliott
2022-04-26LibMarkdown: Ignore backslash on non-punctuation charactersPeter Elliott
2022-04-26LibMarkdown: Add support for indented code blocksPeter Elliott
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-13Libraries: Use default constructors/destructors in LibMarkdownLenny Maiorani
2022-02-17LibMarkdown: Add terminal color formattingxSlendiX
2022-02-17LibMarkdown: Add additional spacing for terminal renderingxSlendiX
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