tests/empty.R

library(markdown)
f = tempfile()
if (file.create(f)) {
   mark_html(f, template = FALSE)
   mark_html(f)
   unlink(f)
}

Try the markdown package in your browser

Any scripts or data that you put into this service are public.

markdown documentation built on Oct. 19, 2023, 9:09 a.m.