JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

Incorrect parsing of a file with empty first section #1

Closed valich closed 9 years ago

valich commented 9 years ago

Let's consider the following code



$summary: Summary
$description: Description

The summary section is parsed as a child of the anonymous section, but should not be.

valich commented 9 years ago

Now fixed; Empty section is created in such case.