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

[FR] I cannot switch line for one bullet of a list #452

Closed
Zou-Bo opened this issue Mar 23, 2022 · 2 comments
Closed

[FR] I cannot switch line for one bullet of a list #452

Zou-Bo opened this issue Mar 23, 2022 · 2 comments

Comments

@Zou-Bo
Copy link

Zou-Bo commented Mar 23, 2022

description

I am making a list with the code below:

  1. abcd
  2. efghijlklmno
    pqrstuvwx
  3. yz

The second thing is a long paragraph so I switch to a new line in my jmd file and I am anticipating the whole thing would be recognized as the second bullet of the list. But the rendering result is that only the first line after "2." is recognized and the line afterward is treated as normal paragraphs and not included in the list.

Here's my jmd file in vs code:

image

And here's the HTML output:

image

I wonder if there's a way to write the things for one bullet in several lines and the package can treat them as one bullet, and automatically switch lines at appropriate places in output HTML like normal paragraphs.

@Zou-Bo
Copy link
Author

Zou-Bo commented Mar 23, 2022

image

I know I can do it in this way, but it will look so stupid if it is a really long paragraph, especially when compared to other paragraphs that I can freely switch lines when writting.

@Zou-Bo
Copy link
Author

Zou-Bo commented Mar 23, 2022

Maybe I will just use auto "word wrap"(Alt+Z) view mode in VS Code while writing.

@Zou-Bo Zou-Bo closed this as completed Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant