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

Outline: handle numbered lists #3

Open
andreoliwa opened this issue Mar 21, 2022 · 0 comments
Open

Outline: handle numbered lists #3

andreoliwa opened this issue Mar 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@andreoliwa
Copy link
Owner

Expected behaviour

Numbered lists are not supported by Logseq, but they should be handled anyway when converting flat Markdown to outline.

Current behaviour

Unknown; it has to be tested.

Steps to reproduce

  1. Run poetry run lsd path/to/file.md with numbered lists.
  2. Check what happens and adjust.

Possible Solution

Choose one of the possible ways to deal with numbered lists.

Convert numbered lists to...

  • individual bullets (-) and remove the leading number (1., 2., etc.)
  • individual bullets (-) and keep the leading number (1., 2., etc.)
  • a single bullet (-) with a multi-line paragraph, keeping leading numbers and indenting the subsequent lines
@andreoliwa andreoliwa added the bug Something isn't working label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant