Parse markdown content to mindmap tree ``` # Root node ## Branch 1 - Sub branch 1.1 - Sub branch 1.1.1 - Sub branch 1.2 ## Branch 2 - Sub branch 2.1 ## Branch 3 ``` There are some markdown parsers, such as: marked js or some other.