pandoc_browse_manual {pandoc} | R Documentation |
Open Pandoc's MANUAL
pandoc_browse_manual(id = NULL)
id |
One of the id available in the HTML page (usually for anchor link). |
Open the Pandoc's MANUAL
https://pandoc.org/MANUAL.html
# open MANUAL home page
pandoc_browse_manual()
# open MANUAL at math part
pandoc_browse_manual("math")