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-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
2021-06-09
LibMarkdown: Wrap non-inline code blocks in <pre>
Sam Atkins
2021-05-19
LibMarkdown: Wrap code block language string in escape_html_entities()
Linus Groh
2021-05-07
LibMarkdown: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-05-05
LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()
Andreas Kling
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-26
LibMarkdown: Remove unused Paragraph::add_line() declaration
Linus Groh
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling