You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that new-line breaks are not showing up correctly.
Ex:
1.) Cloud Flare's HTTPS DNS API:
https://developers.cloudflare.com/1.1.1.1/dns-over-https/json-format/
or
2.) Google's HTTPS DNS API:
https://developers.google.com/speed/public-dns/docs/dns-over-https
Under github this shows up as:
1.) Text
2.) Line
Where as under the markdown Editor, it shows up as:
1.) Text Line
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: