DownmarkerWPF
DownmarkerWPF copied to clipboard
Issue with multiline fixed-width blocks
MarkPad renders the following:
```
line 1
line 2
```
in a single line.
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" [email protected]寫道:
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 .
I would expect it to render that in multiple lines, in the same way as it works on GitHub and other places. :)