Spongedown converts markdown file to html with support for svgbob diagrams.
This R package wraps the spongedown cargo crate.
Spongedown converts markdown file to html with support for svgbob diagrams. Try the online demo!
To convert it in R:
library(spongedown)
text <- readLines(system.file('examples/demo.bob', package = 'spongedown'))
html <- spongedown(text)
utils::browseURL(html)
The hellorust readme has instructions on how to setup rust on Windows, MacOS or Linux. After that you can just do:
devtools::install_github("r-rust/spongedown")