axiros / terminal_markdown_viewer

Styled Terminal Markdown Viewer
Other
1.81k stars 106 forks source link

[Feature Request] Add support for html line breaks. #85

Open hXtreme opened 4 years ago

hXtreme commented 4 years ago

I was using mdv to view the README file for redisson where I noticed that mdv doesn't correctly handle <br\> line break.

Expected Output:

Redisson - Redis Java client
with features of In-Memory Data Grid

Actual Output:

Redisson - Redis Java client <with features of In-Memory Data Grid

dealmeidavf commented 4 years ago

Same here. This Markdown test.md

Hello
\
World

renders as (mdv test.md)

Hello
\
World

GitHub renders it as:

Hello \ World