Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown line breaks? #9410

Closed
timholy opened this issue Dec 19, 2014 · 3 comments
Closed

Markdown line breaks? #9410

timholy opened this issue Dec 19, 2014 · 3 comments
Assignees
Labels
docs This change adds or pertains to documentation help wanted Indicates that a maintainer wants help on an issue or pull request

Comments

@timholy
Copy link
Member

timholy commented Dec 19, 2014

I don't know if the intention is to support the entire CommonMark spec, but
http://spec.commonmark.org/0.13/#hard-line-breaks mentions a couple of ways to get line breaks, none of which work for me.

@timholy timholy added feature docs This change adds or pertains to documentation labels Dec 19, 2014
@MikeInnes MikeInnes added the help wanted Indicates that a maintainer wants help on an issue or pull request label Dec 19, 2014
@MikeInnes MikeInnes self-assigned this Dec 19, 2014
@MikeInnes
Copy link
Member

Happy to put this in when I get the chance, but until then I've marked it as up for grabs, since it should be reasonably easy to implement if anyone's interested. You'd just want to have a new inline parser that responds to the [space][space]\n or \\\n sequences and returns a LineBreak type.

@hayd
Copy link
Member

hayd commented May 24, 2015

At the moment we only respond to \\\n this should be also respond to \s{2,}.

@ufechner7
Copy link

Why was this issue closed? Creating a line brake in a paragraph of an enumeration still does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation help wanted Indicates that a maintainer wants help on an issue or pull request
Projects
None yet
Development

No branches or pull requests

4 participants