Open ventz opened 5 years ago
hi can you give an html that demonstrates the issue? to have some context when testing
This issue has some more discussion in #108. The problem is that Github's implementation of GFM claims to ignore the line-break but the actual implementation in the comments doesn't do that:
I'm tempted to close this as WONTFIX because github's rendering and our rendering is the same in case of .md
files in a repository (screenshot while editing README.md of this project):
We should aim to be consistent with how github treats the markdown files instead of how they treat comments on issues/PRs.
Hi,
Noticed that new-line breaks are not showing up correctly.
Ex:
Under github this shows up as: 1.) Text 2.) Line
Where as under the markdown Editor, it shows up as: 1.) Text Line