ladybird/Userland/Libraries/LibMarkdown
xSlendiX 7685d53654 LibMarkdown: Add terminal color formatting
This patch adds color formatting to markdown viewed in the terminal.
This also increases readability.
2022-02-17 19:54:47 +01:00
..
Block.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
BlockQuote.cpp LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
BlockQuote.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
CMakeLists.txt LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00
CodeBlock.cpp LibMarkdown: Add additional spacing for terminal rendering 2022-02-17 19:54:47 +01:00
CodeBlock.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
CommentBlock.cpp LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00
CommentBlock.h LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00
ContainerBlock.cpp LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00
ContainerBlock.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
Document.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Document.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Forward.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
Heading.cpp LibMarkdown: Add terminal color formatting 2022-02-17 19:54:47 +01:00
Heading.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
HorizontalRule.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
HorizontalRule.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07: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 LibMarkdown: Add additional spacing for terminal rendering 2022-02-17 19:54:47 +01:00
List.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
Paragraph.cpp LibMarkdown: Add additional spacing for terminal rendering 2022-02-17 19:54:47 +01:00
Paragraph.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
Table.cpp LibMarkdown: Add additional spacing for terminal rendering 2022-02-17 19:54:47 +01:00
Table.h LibMarkdown: Implement introspection of the document tree 2021-10-10 15:18:55 -07:00
Text.cpp LibMarkdown: Add terminal color formatting 2022-02-17 19:54:47 +01:00
Text.h Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Visitor.h LibMarkdown: Recognize and handle comments 2021-11-01 21:12:58 +01:00