ladybird/Userland/Libraries/LibMarkdown
sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars
This prevents us from needing a sv suffix, and potentially reduces the
need to run generic code for a single character (as contains,
starts_with, ends_with etc. for a char will be just a length and
equality check).

No functional changes.
2022-07-12 23:11:35 +02:00
..
Block.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
BlockQuote.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
BlockQuote.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
CMakeLists.txt LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00
CodeBlock.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CodeBlock.h LibMarkdown: Add support for indented code blocks 2022-04-26 15:02:26 +02:00
CommentBlock.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CommentBlock.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
ContainerBlock.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ContainerBlock.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
Document.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Document.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h LibMarkdown: Correct typo in forward declaration of HorizontalRule 2022-04-26 23:23:36 -07:00
Heading.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Heading.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
HorizontalRule.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
HorizontalRule.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
LineIterator.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
LineIterator.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
List.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
List.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
Paragraph.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Paragraph.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
Table.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Table.h Libraries: Use default constructors/destructors in LibMarkdown 2022-03-13 22:34:38 +01:00
Text.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Text.h LibMarkdown: Add strike-through text support to markdown 2022-04-28 22:15:08 +02:00
Visitor.h LibMarkdown: Add strike-through text support to markdown 2022-04-28 22:15:08 +02:00