mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
a8946eb888
This fixes #7131 The parser already distinguishes between inline code (handled in Text.cpp) and triple-tick code blocks, so only CodeBlock::render_to_html() needed to change. Blank lines within a code block still cause issues, but that's an HTML issue. (#7121) |
||
---|---|---|
.. | ||
Block.h | ||
CMakeLists.txt | ||
CodeBlock.cpp | ||
CodeBlock.h | ||
Document.cpp | ||
Document.h | ||
Heading.cpp | ||
Heading.h | ||
HorizontalRule.cpp | ||
HorizontalRule.h | ||
List.cpp | ||
List.h | ||
Paragraph.cpp | ||
Paragraph.h | ||
Table.cpp | ||
Table.h | ||
Text.cpp | ||
Text.h |