compileMarkdown: Compiles a Markdown file
Description
Compiles a Markdown file to HTML.Usage
## S3 method for class 'default':
compileMarkdown(filename, path=NULL, ..., outPath=".", verbose=FALSE)
Arguments
filename, path
The filename and (optional) path of the
Markdown document to be compiled.
outPath
The output and working directory.
Value
- Returns the pathname of the generated HTML document.