tests/empty.R

library(markdown)
f = tempfile()
if (file.create(f)) {
   mark_html(f, template = FALSE)
   mark_html(f)
   unlink(f)
}
rstudio/markdown documentation built on Feb. 5, 2024, 9:17 p.m.