Closed sdasgup3 closed 7 years ago
I am having problem lifting the following md snippet to mm format. The error I am getting is
Error in if (diffncc[i] == 1) mm[i + 2] <- paste0("<node TEXT=\"", mmtext[i], : missing value where TRUE/FALSE needed
Please try writing your md like this:
## A ### B #### C ### D #### E #### F
The reason is that mindr retrieves the structure of the mind map from the titles and subtitles of sections.
I am having problem lifting the following md snippet to mm format. The error I am getting is
A