The Wayback Machine - https://web.archive.org/web/20220509211914/https://github.com/logseq/logseq/issues/4692
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

incorrect markdown list display #4692

Open
henices opened this issue Mar 23, 2022 · 3 comments
Open

incorrect markdown list display #4692

henices opened this issue Mar 23, 2022 · 3 comments

Comments

@henices
Copy link

@henices henices commented Mar 23, 2022

What happened?

incorrect markdown list display

Reproduce the Bug

- Test
    - + item
      + item
      + item

Expected Behavior

No response

Screenshots

image

Desktop Platform Information

Fedora Linux fc35.x86_64, Logseq 6.0.4

Mobile Platform Information

No response

Additional Context

No response

@cnrpman
Copy link

@cnrpman cnrpman commented Mar 23, 2022

I think the parsing is correct. The dot will not be parsed at the first line of a block in Logseq.

@henices
Copy link
Author

@henices henices commented Mar 23, 2022

But no one tells us unordered list must follow by one line of text in the syntax of markdown format

@cnrpman
Copy link

@cnrpman cnrpman commented Mar 23, 2022

@henices Yes, it's not addressed in the docs. Should be explained in detail.
The sub-list in block should start from the second line of the block.

@cnrpman cnrpman added chore good first issue labels 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

2 participants