Open HenrikBengtsson opened 5 years ago
Another example is
html <- R.rsp::rfile("main.md.rsp", postprocess = TRUE) # default
html <- R.rsp::rfile("main.md.rsp", postprocess = "markdown") # same as the default
html <- R.rsp::rfile("main.md.rsp", postprocess = "commonmark")
Example:
Right now the latter can be achieved manually by: