mdtxt2mmtxt: Convert Markdown text to FreeMind mind map text.

Description Usage Arguments Value

View source: R/internal.R

Description

Convert Markdown text to FreeMind mind map text.

Usage

1
mdtxt2mmtxt(from = "", root = "root", md_eq = FALSE)

Arguments

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_eq

Logical. Whether to include LaTeX equations in the Markdown input when converted to other formats.

Value

a mindmap text.


mindr documentation built on Nov. 22, 2021, 9:07 a.m.

Related to mdtxt2mmtxt in mindr...