| md2mm | R Documentation |
Convert (R) Markdown-syntax text to FreeMind mind map code
md2mm(
from = NA,
root = "mindr",
md_list = FALSE,
md_braces = FALSE,
md_bookdown = FALSE,
md_eq = FALSE,
md_maxlevel = ""
)
from |
Character. The source text of the (R) Markdown syntax text, the R code, the FreeMind mind map code, or the path to the directory. |
root |
Character. The string displayed as the root (center) of the mind map. |
md_list |
Logical. whether to process lists like headings in the Markdown input. |
md_braces |
Logical. Whether to remove #ID in the headings of the markdown file (usually in a bookdown> project. |
md_bookdown |
Logical. Whether the R Markdown syntax text is in bookdown style, i.e. |
md_eq |
Logical. Whether to include LaTeX equations in the Markdown input when converted to other formats. |
md_maxlevel |
Integer or ”. The maximum level of the markdown headings that are displayed in the mind map. |
FreeMind mind map code, which can be saved as a .mm file and viewed by common mind map software, such as FreeMind and XMind.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.