serenity/Userland/Libraries/LibMarkdown
demostanis 1ce23eb640 LibMarkdown: Fix coloring of the first line
The escape sequence to color a section's name was separated
by a newline from the section's name, making less(1) trim
the escape sequence off when the section's name was on the
first line.
2022-08-04 16:57:26 +00:00
..
Block.h
BlockQuote.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
BlockQuote.h
CMakeLists.txt
CodeBlock.cpp LibMarkdown: Indent code blocks 2022-08-04 16:57:26 +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
ContainerBlock.cpp LibMarkdown: Indent code blocks 2022-08-04 16:57:26 +00:00
ContainerBlock.h
Document.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Document.h
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
HorizontalRule.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
HorizontalRule.h
LineIterator.cpp
LineIterator.h
List.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
List.h
Paragraph.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Paragraph.h
Table.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Table.h
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