OliverCi / freeplane2md

Convert Freeplane mind maps into Markdown format
GNU Lesser General Public License v2.1
19 stars 3 forks source link

HTML interrupts nesting structure #9

Open OliverCi opened 2 years ago

OliverCi commented 2 years ago

An HTML conversion with an empty line before and after (https://daringfireball.net/projects/markdown/syntax#html) disrupts the interpretation of indentation as nested list of consecutive paragraphs.

First step of a solution would be to specify, how the resulting Markdown should look like for different cases.