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

Support list nodes with line breaks #9

Open
JimmyCushnie opened this issue Jan 18, 2021 · 0 comments
Open

Support list nodes with line breaks #9

JimmyCushnie opened this issue Jan 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JimmyCushnie
Copy link
Owner

JimmyCushnie commented Jan 18, 2021

Currently, each node of a list can only have one line. A line break will be interpreted as the end of the list. In accordance with markdown spec, a single line break should be treated as a line break within the current list node.

Input:

1. List
1. More list
Second line
1. Last list

Ok now the list is over

Currently looks like:

  1. List
  2. More list

Second line

  1. Last list

Ok now the list is over

Should look like:

  1. List
  2. More list
    Second line
  3. Last list

Ok now the list is over


Related: #2

@JimmyCushnie JimmyCushnie added the enhancement New feature or request label Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant