Convert Markdown headings into a mermaid mindmap
md2mmd(
from,
root = "mindr",
mmd_shape = c("cloud", "rounded_square", "square", "bang", "circle", "hexagon")
)Mermaid mindmap code chunk
A vector with Markdown headings
Character. The string displayed as the root (center) of the mind map.
Character vector. The shape of mermaid mindmap nodes. See Mermaid document.