generate_htmlfiles: Take a directory of markdown files and render to HTML any...

Description Usage Arguments Value Examples

Description

Take a directory of markdown files and render to HTML any files not previously rendered, or with last modifed dates greater than the HTML output

Usage

1
2
generate_htmlfiles(path = "./content/", dest = "./static/",
  template = "default.revealjs")

Arguments

path

Directory of mds

dest

Directory of html

Value

Render outputs

Examples

1
2
3
4
## Not run: 
generate_htmlfiles()

## End(Not run)

lockedata/presdown documentation built on May 10, 2019, 8:07 a.m.