R/has_pandoc.R

Defines functions has_pandoc

has_pandoc <- function() {
  x <- Sys.which("pandoc")
  !is.na(x) && (x != "")
}
djvanderlaan/tinymarkdown documentation built on March 19, 2023, 11:56 p.m.