Code52 / DownmarkerWPF

MarkPad - a visual Markdown editor (inspired by the Downmarker project)
http://code52.org/DownmarkerWPF/
Microsoft Public License
1.4k stars 459 forks source link

Issue with multiline fixed-width blocks #468

Open Venemo opened 8 years ago

Venemo commented 8 years ago

MarkPad renders the following:

line 1
line 2
```


in a single line.
kingeimho commented 8 years ago

MarkPad renders the following:

line 1 line 2

in a single line.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread

2016年7月21日 20:31於 "Timur Kristóf" notifications@github.com寫道:

MarkPad renders the following:

line 1 line 2

in a single line.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Code52/DownmarkerWPF/issues/468, or mute the thread https://github.com/notifications/unsubscribe-auth/ATFJ36dTYA3C-zJHdP4y9CBB3_MWXASYks5qX2a-gaJpZM4JRvnM .

Venemo commented 8 years ago

I would expect it to render that in multiple lines, in the same way as it works on GitHub and other places. :)