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
When I pass the following Markdown through Paradox:
- item 1 - item 2 - sub-item 2.1 - sub-item 2.2 - item 3
I get this:
I would expect something like this:
The text was updated successfully, but these errors were encountered:
The markdown parser that paradox uses (pegdown) parses lists with a fixed indent size — either 4 spaces or a tab. So the following will work:
See also sirthias/pegdown#245. So this is as expected for pegdown and paradox. There was a plan to move to a new parser instead (flexmark-java, #81).
Sorry, something went wrong.
No branches or pull requests
When I pass the following Markdown through Paradox:
I get this:
I would expect something like this:
The text was updated successfully, but these errors were encountered: