1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-14 02:42:06 +00:00
serenity/Userland/Libraries/LibMarkdown
Carwyn Nelson e44abaa777 LibMarkdown: Convert render_to_terminal to String
This commit converts render_to_terminal from DeprecatedString to return
an ErrorOr<String>. This is to aid moving `man` away from
DeprecatedString.

I have opted not to convert render_to_html and render_to_inline_html for
now to keep this commit as small as possible.
2023-07-03 02:05:32 +02:00
..
Block.h
BlockQuote.cpp
BlockQuote.h
CMakeLists.txt
CodeBlock.cpp
CodeBlock.h
CommentBlock.cpp
CommentBlock.h
ContainerBlock.cpp
ContainerBlock.h
Document.cpp LibMarkdown: Convert render_to_terminal to String 2023-07-03 02:05:32 +02:00
Document.h LibMarkdown: Convert render_to_terminal to String 2023-07-03 02:05:32 +02:00
Forward.h
Heading.cpp
Heading.h
HorizontalRule.cpp
HorizontalRule.h
LineIterator.cpp
LineIterator.h
List.cpp
List.h
Paragraph.cpp
Paragraph.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
Table.cpp
Table.h
Text.cpp
Text.h
Visitor.h