-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Hello,
CommonMark is unfortunately considered as frozen with respect to new features right now.
It may evolve if they see a need for it, but I cannot expect it to be so/soon.
Here is my request on CommonMark : https://talk.commonmark.org/t/feature-request-for-line-returns-in-urls/4644
Maybe it will be easier to add this feature in GitHub Flavored Markdown.
My goal is to have lines with at most 70 characters for easier printing.
But I also have URLs that may exceed a limit of 120 characters, etc.
For example with a backslash :
[PyPI-version-badge]: https://img.shields.io/pypi/v/\
django-monkey-patches.svgFrom my point of view, only this extension of the syntax is needed.
Since other types of links do not need it, can be replaced by full references like this.
And moreover, you can include %5C in the URL instead of using a backslash at the end of a line
for the (existing?) case where you will have a backslash at the end of your URL.
Thanks for considering at least 5 minutes my request ;), best regards,
Laurent Lyaudet