[MarkdownParser] Add whitespace on line break
This commit is contained in:
parent
69bf645246
commit
17f7b3ec8b
|
@ -114,6 +114,7 @@ std::string make_html(std::filesystem::path const &path) {
|
||||||
// first (buflen) bytes of the next new line.
|
// first (buflen) bytes of the next new line.
|
||||||
newline = true;
|
newline = true;
|
||||||
manualBreak = true;
|
manualBreak = true;
|
||||||
|
append(' ');
|
||||||
|
|
||||||
// If we were in the middle of inserting a header tag, close it here.
|
// If we were in the middle of inserting a header tag, close it here.
|
||||||
if (tag_h > 0) {
|
if (tag_h > 0) {
|
||||||
|
|
Loading…
Reference in New Issue