|
|
|
|
|
by kivikakk
3381 days ago
|
|
GFM itself leaves that line unchanged because we don't actually change that option in our implementation — the reference implementation `cmark` (which we built upon) supplies the "hardbreaks" option, described as follows: > --hardbreaks Treat newlines as hard line breaks We turn this option on when rendering issues, issue comments and so on, but leave it off when rendering blobs (such as README.md). Both are GFM, one just uses this option to make it more conducive to communication. |
|
Do you mind to make sure this is reflected in docs?