Files
ladybird/Userland/Libraries
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
..
2021-06-06 22:16:11 +02:00
2021-06-06 22:16:11 +02:00
2021-06-09 11:48:04 +01:00