axiros / terminal_markdown_viewer

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

Comments in code blocks are not rendered properly #61

Closed rodrigobdz closed 6 years ago

rodrigobdz commented 6 years ago

Code comments should be rendered without ignoring the number sign and removing the line break.

Expected behavior

# This is rendered without the number sign and without a line break
$ echo "Hello World"

Current behavior

This is rendered without the number sign and without a line break$ echo "Hello World"
axgkl commented 6 years ago

hi, sorry fixed. i was on py2 all the time and did not notice. Now I switched finally...