Compiles an AsciiDoc file.
# S3 method for default
compileAsciiDoc(filename, path=NULL, ..., outPath=".", postprocess=TRUE, verbose=FALSE)
Returns the pathname of the generated document.
The filename and (optional) path of the document to be compiled.
Additional arguments passed to executable ascii
(which must be on the system search path)
called via system2
().
The output and working directory.
Should the generated document be post processed or not?
See Verbose
.
Henrik Bengtsson