ladybird/Libraries/LibMarkdown
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
Block.h LibMarkdown: Take a 'view_width' argument for render_for_terminal() 2020-09-27 21:14:18 +02:00
CMakeLists.txt LibMarkdown: Parse horizontal rules 2021-01-02 02:41:15 +01:00
CodeBlock.cpp LibMarkdown: Use JS::MarkupGenerator for "js" code blocks :^) 2020-10-31 20:52:54 +01:00
CodeBlock.h LibMarkdown: Take a 'view_width' argument for render_for_terminal() 2020-09-27 21:14:18 +02:00
Document.cpp LibMarkdown: Parse horizontal rules 2021-01-02 02:41:15 +01:00
Document.h LibMarkdown: Take a 'view_width' argument for render_for_terminal() 2020-09-27 21:14:18 +02:00
Heading.cpp LibMarkdown: Don't parse lines starting with a space as heading 2020-10-26 19:13:19 +01:00
Heading.h LibMarkdown: Don't parse lines starting with a space as heading 2020-10-26 19:13:19 +01:00
HorizontalRule.cpp LibMarkdown: Parse horizontal rules 2021-01-02 02:41:15 +01:00
HorizontalRule.h LibMarkdown: Parse horizontal rules 2021-01-02 02:41:15 +01:00
List.cpp LibMarkdown: Take a 'view_width' argument for render_for_terminal() 2020-09-27 21:14:18 +02:00
List.h LibMarkdown: Take a 'view_width' argument for render_for_terminal() 2020-09-27 21:14:18 +02:00
Paragraph.cpp LibMarkdown: Parse paragraphs line-wise 2020-09-27 21:14:18 +02:00
Paragraph.h LibMarkdown: Parse paragraphs line-wise 2020-09-27 21:14:18 +02:00
Table.cpp LibMarkdown: Reduce debug spam from invalid characters in table headings 2020-11-30 11:35:45 +01:00
Table.h LibMarkdown: Add support for Tables 2020-09-27 21:14:18 +02:00
Text.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
Text.h LibMarkdown: Add a Text(String) constructor 2020-09-27 21:14:18 +02:00