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
/
Text.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
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: Ignore backslash on non-punctuation characters
Peter Elliott
2022-02-17
LibMarkdown: Add terminal color formatting
xSlendiX
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-03
LibMarkdown: Allow nested links
Andreas Kling
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-01
LibMarkdown: Fix typo in variable name
Nico Weber
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-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-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling