summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibMarkdown
AgeCommit message (Expand)Author
2023-05-05LibMarkdown+LibSyntax: Add a Markdown syntax highlighterMaciej
2023-05-05LibMarkdown: Make LineIterator::operator- take a const referenceMaciej
2023-04-14LibMarkdown: Avoid catastrophic backtracking in thematic break regexTim Ledbetter
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
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-15LibMarkdown: Prevent a crash when rendering code blocks to consoleArda Cinar
2022-12-15LibMarkdown: Handle error while rendering JS to HTMLArda Cinar
2022-12-07LibJS: Convert MarkupGenerator to the new StringLinus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
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