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
/
Table.cpp
Age
Commit message (
Expand
)
Author
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-31
LibMarkdown: Render lines to terminal instead of a single string
Arda Cinar
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
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-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-17
LibMarkdown: Add additional spacing for terminal rendering
xSlendiX
2022-01-06
LibMarkdown: Output alignment when rendering HTML tables
Sam Atkins
2021-10-10
LibMarkdown: Implement introspection of the document tree
Ben Wiederhake
2021-10-05
LibMarkdown: Implement "tightness" for lists
Peter Elliott
2021-10-05
LibMarkdown: Add LineIterator
Peter Elliott
2021-09-12
LibMarkdown: Rewrite Inline text parser to be more forgiving
Peter Elliott
2021-05-07
LibMarkdown: Convert StringBuilder::appendf() => AK::Format
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
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-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling