mbakeranalecta / sam

Semantic Authoring Markdown
Other
79 stars 8 forks source link

Children of lines not detected #124

Closed mbakeranalecta closed 7 years ago

mbakeranalecta commented 7 years ago

Lines should not be allowed to have children, but the current parser allows them.

                | You gotta walk it by yourself,
                    This should break it.

produces

 <line>
 <title>You gotta walk it by yourself,</title>
 <p>This should break it.</p>
 </line>
mbakeranalecta commented 7 years ago

Fixed in a330bd1bc1c2094e4a11af799930e474a7c9789f