diff options
author | Arda Cinar <kuzux92@gmail.com> | 2022-12-23 12:25:00 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-12-31 00:09:23 +0100 |
commit | 5cc984d74c9453fa71ea8bb2d600d5bdb9135fb4 (patch) | |
tree | d56ae55d1d3215abfab5c4da6fff92017490828f /.clang-tidy | |
parent | 7a4b912ece600ac94a9e2c5b9991475fbd0c20fd (diff) | |
download | serenity-5cc984d74c9453fa71ea8bb2d600d5bdb9135fb4.zip |
LibMarkdown: Render lines to terminal instead of a single string
With this patch, the blocks in a markdown document render a vector of
lines. These lines get concatenated in Document::render_to_terminal, so
this does not change any external APIs of LibMarkdown.
This change makes it possible to indent individual lines in the rendered
markdown. So, rendering blockquotes in a similar way to code blocks :^)
Diffstat (limited to '.clang-tidy')
0 files changed, 0 insertions, 0 deletions