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

suggestion: automatic breaks in list items #410

Closed
kapouer opened this issue May 5, 2014 · 3 comments
Closed

suggestion: automatic breaks in list items #410

kapouer opened this issue May 5, 2014 · 3 comments

Comments

@kapouer
Copy link
Contributor

kapouer commented May 5, 2014

In list items, when one writes:

* hello:
  i am at newline
* This is a sentence.
  And another one.

it renders like this:

  • hello:
    i am at newline
  • This is a sentence.
    And another one.

it is difficult to imagine the newlines weren't really meant.

@adam-p
Copy link

adam-p commented May 5, 2014

In case you're not aware of it, you can get the behaviour you want with the breaks: true option.

@kapouer
Copy link
Contributor Author

kapouer commented May 5, 2014

I knew about --breaks, but i tought it applied everywhere (not only in lists).
In lists there is something cute: the dot + indent is a good indicator the newline was really meant.

@joshbruce
Copy link
Member

#982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants