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 June 22, 2024, 9:40 a.m.