index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibMarkdown
Age
Commit message (
Expand
)
Author
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-09-28
LibMarkdown: Allow extra content to be inserted into HTML output's head
Sam Atkins
2022-09-01
LibMarkdown: Add newline and remove ANSI escape after code blocks
demostanis
2022-08-04
LibMarkdown: Fix coloring of the first line
demostanis
2022-08-04
LibMarkdown: Indent code blocks
demostanis
2022-08-04
LibMarkdown: Implement the image size extension
MacDue
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-28
LibMarkdown: Add strike-through text support to markdown
huttongrabiel
2022-04-26
LibMarkdown: Correct typo in forward declaration of HorizontalRule
huttongrabiel
2022-04-26
LibMarkdown: Treat whitespace-only lines as blank in paragraphs
Peter Elliott
2022-04-26
LibMarkdown: Don't put a newline in empty code blocks
Peter Elliott
2022-04-26
LibMarkdown: Better support for code fences
Peter Elliott
2022-04-26
LibMarkdown: Support up to 3 spaces before an ATX header
Peter Elliott
2022-04-26
LibMarkdown: Limit headings to 6 levels
Peter Elliott
2022-04-26
LibMarkdown: Make thematic break parsing more correct
Peter Elliott
2022-04-26
LibMarkdown: Ignore backslash on non-punctuation characters
Peter Elliott
2022-04-26
LibMarkdown: Add support for indented code blocks
Peter Elliott
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-13
Libraries: Use default constructors/destructors in LibMarkdown
Lenny Maiorani
2022-02-17
LibMarkdown: Add terminal color formatting
xSlendiX
2022-02-17
LibMarkdown: Add additional spacing for terminal rendering
xSlendiX
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-06
LibMarkdown: Output alignment when rendering HTML tables
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-03
LibMarkdown: Allow nested links
Andreas Kling
2021-11-01
LibMarkdown: Recognize and handle comments
Ben Wiederhake
2021-10-10
LibMarkdown: Implement introspection of the document tree
Ben Wiederhake
2021-10-10
LibMarkdown: Make href always a String
Ben Wiederhake
2021-10-09
LibMarkdown: Have one newline between lists in terminal renders
David Isaksson
2021-10-06
LibMarkdown: Add blockquotes
Peter Elliott
2021-10-06
LibMarkdown: Add blockquote support to LineIterator
Peter Elliott
2021-10-05
LibMarkdown: Add start numbers for ordered lists
Peter Elliott
2021-10-05
LibMarkdown: Allow spaces before list items
Peter Elliott
2021-10-05
LibMarkdown: Implement "tightness" for lists
Peter Elliott
2021-10-05
LibMarkdown: Allow non-text items in Lists
Peter Elliott
2021-10-05
LibMarkdown: Add LineIterator
Peter Elliott
2021-10-05
LibMarkdown: Refactor Document's parser into ContainerBlock
Peter Elliott
2021-10-01
LibMarkdown: Fix typo in variable name
Nico Weber
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-12
LibMarkdown: Re-add support for Serenity's style code blocks extension
Peter Elliott
2021-09-12
LibMarkdown: Render sequences of spaces properly in the terminal
Peter Elliott
2021-09-12
LibMarkdown: Implement hard and soft line breaks
Peter Elliott
2021-09-12
LibMarkdown: Handle delimiter flanking with punctuation
Peter Elliott
2021-09-12
LibMarkdown: Add terminal rendering for new markdown Text parser
Peter Elliott
2021-09-12
LibMarkdown: Rewrite Inline text parser to be more forgiving
Peter Elliott
2021-08-31
LibMarkdown: Match HTML formatting of Commonmark tests
Peter Elliott
2021-08-31
LibMarkdown: Add render_to_inline_html() to Document
Peter Elliott
[next]