Add options and environment variables for where to find external tools such as Pandoc and Asciidoc and utilize these in findPandoc() and findAsciidoc(). The default should be that they fall back to using Sys.which(), but it should be possible to override it (and thereby even disable external tools).
Add options and environment variables for where to find external tools such as Pandoc and Asciidoc and utilize these in
findPandoc()
andfindAsciidoc()
. The default should be that they fall back to usingSys.which()
, but it should be possible to override it (and thereby even disable external tools).