| md2mmd | R Documentation |
Convert Markdown headings into a mermaid mindmap
md2mmd(
from,
root = "mindr",
mmd_shape = c("cloud", "rounded_square", "square", "bang", "circle", "hexagon")
)
from |
A vector with Markdown headings |
root |
Character. The string displayed as the root (center) of the mind map. |
mmd_shape |
Character vector. The shape of mermaid mindmap nodes. See Mermaid document. |
Mermaid mindmap code chunk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.