1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-23 23:52:32 +00:00
serenity/Userland/Libraries/LibMarkdown
Peter Elliott 6ae1a80583 LibMarkdown: Re-add support for Serenity's style code blocks extension
I decided to not use the text parser for this one and rely on a regex to
parse the style tags. This way it supports only and opening delimiter
run and also is much simpler.
2021-09-12 12:17:16 +02:00
..
Block.h
CMakeLists.txt
CodeBlock.cpp LibMarkdown: Re-add support for Serenity's style code blocks extension 2021-09-12 12:17:16 +02:00
CodeBlock.h LibMarkdown: Re-add support for Serenity's style code blocks extension 2021-09-12 12:17:16 +02:00
Document.cpp LibMarkdown: Implement hard and soft line breaks 2021-09-12 12:17:16 +02:00
Document.h
Heading.cpp LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
Heading.h
HorizontalRule.cpp
HorizontalRule.h
List.cpp LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
List.h
Paragraph.cpp LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
Paragraph.h LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
Table.cpp LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
Table.h
Text.cpp LibMarkdown: Render sequences of spaces properly in the terminal 2021-09-12 12:17:16 +02:00
Text.h LibMarkdown: Render sequences of spaces properly in the terminal 2021-09-12 12:17:16 +02:00