1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 01:34:59 +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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 LibMarkdown: Add render_to_inline_html() to Document 2021-08-31 16:53:51 +02:00
Heading.cpp LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
Heading.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HorizontalRule.cpp LibMarkdown: Match HTML formatting of Commonmark tests 2021-08-31 16:53:51 +02:00
HorizontalRule.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
List.cpp LibMarkdown: Rewrite Inline text parser to be more forgiving 2021-09-12 12:17:16 +02:00
List.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
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