Unify write_paragraph (add 1 \r\n), fix blockquotes #7

Open
opened 2025-03-10 17:21:52 +03:00 by DarkCat09 · 0 comments
Owner

Lines 120 to 123 in 16a5c2d
if p.state != State::Start {
p.gmi.write_all(b"\r\n")?;
p.state = State::Paragraph;
}

https://git.dc09.ru/DarkCat09/dc09rs/src/commit/16a5c2d7070049e1f74439f252a395e82f83bf53/src/markdown.rs#L120-L123
DarkCat09 added the
bug
md2gmi
labels 2025-03-10 17:21:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: DarkCat09/dc09rs#7
No description provided.