We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Numbered lists are not supported by Logseq, but they should be handled anyway when converting flat Markdown to outline.
Unknown; it has to be tested.
poetry run lsd path/to/file.md
Choose one of the possible ways to deal with numbered lists.
Convert numbered lists to...
-
1.
2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
poetry run lsd path/to/file.md
with numbered lists.Possible Solution
Choose one of the possible ways to deal with numbered lists.
Convert numbered lists to...
-
) and remove the leading number (1.
,2.
, etc.)-
) and keep the leading number (1.
,2.
, etc.)-
) with a multi-line paragraph, keeping leading numbers and indenting the subsequent linesThe text was updated successfully, but these errors were encountered: