ladybird/Userland/Libraries/LibMarkdown
demostanis 68c6161f25 LibMarkdown: Add newline and remove ANSI escape after code blocks
Also make clang-tidy happy by making line a const&
2022-09-01 23:36:23 +00: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 LibMarkdown: Add newline and remove ANSI escape after code blocks 2022-09-01 23:36:23 +00:00
CodeBlock.h LibMarkdown: Indent code blocks 2022-08-04 16:57:26 +00: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 LibMarkdown: Indent code blocks 2022-08-04 16:57:26 +00: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 LibMarkdown: Fix coloring of the first line 2022-08-04 16:57:26 +00: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 LibMarkdown: Implement the image size extension 2022-08-04 02:49:29 +02:00
Text.h LibMarkdown: Implement the image size extension 2022-08-04 02:49:29 +02:00
Visitor.h LibMarkdown: Add strike-through text support to markdown 2022-04-28 22:15:08 +02:00