Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Ali Caglayan
|
1ee3ec16a9
Userland: Fix absolute paths in man page links
|
1 year ago |
Liav A
|
22737b70bc
LibMarkdown: Add render_for_raw_print methods to Node derived classes
|
2 years ago |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 years ago |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 years ago |
Ben Wiederhake
|
8a331d4fa0
Everywhere: Move AK/Debug.h include to using files or remove
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
MacDue
|
8140b1fa18
LibMarkdown: Implement the image size extension
|
2 years ago |
sin-ack
|
c8585b77d2
Everywhere: Replace single-char StringView op. arguments with chars
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
huttongrabiel
|
25970f2763
LibMarkdown: Add strike-through text support to markdown
|
3 years ago |
Peter Elliott
|
5ad44ac2e5
LibMarkdown: Ignore backslash on non-punctuation characters
|
3 years ago |
xSlendiX
|
7685d53654
LibMarkdown: Add terminal color formatting
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
409b20e316
LibMarkdown: Allow nested links
|
3 years ago |
Ben Wiederhake
|
24e7196158
LibMarkdown: Implement introspection of the document tree
|
3 years ago |
Ben Wiederhake
|
aca01932bd
LibMarkdown: Make href always a String
|
3 years ago |
Nico Weber
|
61e9e80232
LibMarkdown: Fix typo in variable name
|
3 years ago |
Peter Elliott
|
565b561522
LibMarkdown: Render sequences of spaces properly in the terminal
|
3 years ago |
Peter Elliott
|
9c0563cc10
LibMarkdown: Implement hard and soft line breaks
|
3 years ago |
Peter Elliott
|
af5a07399e
LibMarkdown: Handle delimiter flanking with punctuation
|
3 years ago |
Peter Elliott
|
6724d6d391
LibMarkdown: Add terminal rendering for new markdown Text parser
|
3 years ago |
Peter Elliott
|
ec9f892899
LibMarkdown: Rewrite Inline text parser to be more forgiving
|
3 years ago |
Peter Elliott
|
dee84113ab
LibMarkdown: Match HTML formatting of Commonmark tests
|
3 years ago |
Andreas Kling
|
89f5f92b7e
LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff()
|
4 years ago |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
asynts
|
bb483f7ef4
Everywhere: Name debug macros more consistently.
|
4 years ago |