-
Notifications
You must be signed in to change notification settings - Fork 120
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
Indentation loss on markdown-style list usage #215
Comments
Surrounding the last three lines with triple backticks fixes it for now |
#216 fixes the indentation loss. For the reasons discussed in #214, the list will now be wrapped into a single paragrah, so you'll still need triple-backtics to render the list the way you want. Although it wouldn't be impossible to parse markdown lists, it would be pretty hairy. It feels like opening a can of worms to start adding piecemeal markdown support, so I think pre-formatting the list might have to be good enough. If an MPP markdown parser ever comes along, I'd be interested in using it. |
Press doesn't have a multiplatform parser yet. I'm planning to use intellij-markdown, which is the same parser that's used by dokka. They have a feature branch that introduces support for JS, but it doesn't do native yet. More info here: JetBrains/markdown#36. |
produces:
The text was updated successfully, but these errors were encountered: