JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

Indented code blocks aren't supported #43

Open Leonya opened 4 years ago

Leonya commented 4 years ago
Here goes the code:

    print("hello world") # four spaces in the beginning

The indented line should be rendered as a code block. A code block is indeed rendered, but it's empty.