powered by
Convert markdown text to mindmap text.
mdtxt2mmtxt(title = "my title", mdtxt = "", keep_eq = FALSE)
character. The title of the output file.
character. The markdown text to convert.
logical. whether to keep LaTeX equations.
a mindmap text.
# NOT RUN { mdtxt2mmtxt(mdtxt = c("# Chapter 1", "## Section 1.1", "## Section 1.2")) # }
Run the code above in your browser using DataLab