pzhaonet / mindr

an R package which converts markdown files (.md, .Rmd) into mindmaps (brainstorms)
GNU General Public License v3.0
568 stars 48 forks source link

Problem with a simple md file #3

Closed sdasgup3 closed 7 years ago

sdasgup3 commented 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

A

pzhaonet commented 7 years ago

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.