ladybird/Userland/Libraries/LibMarkdown
Sam Atkins a8946eb888 LibMarkdown: Wrap non-inline code blocks in <pre>
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)
2021-06-09 18:06:54 +01: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: Wrap non-inline code blocks in <pre> 2021-06-09 18:06:54 +01:00
CodeBlock.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Document.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Document.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Heading.cpp LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff() 2021-05-05 22:17:33 +02:00
Heading.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HorizontalRule.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HorizontalRule.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
List.cpp LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff() 2021-05-05 22:17:33 +02:00
List.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Paragraph.cpp LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff() 2021-05-05 22:17:33 +02:00
Paragraph.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Table.cpp LibMarkdown: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
Table.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Text.cpp LibMarkdown: Convert a bunch of StringBuilder::appendf() => appendff() 2021-05-05 22:17:33 +02:00
Text.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00