From 1ba275cee1299d81230ff5afbc24587fff8bb00b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 27 Apr 2017 20:31:01 +0100 Subject: [PATCH] Write documentation about output directory --- docs/output.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/output.md diff --git a/docs/output.md b/docs/output.md new file mode 100644 index 0000000..be85430 --- /dev/null +++ b/docs/output.md @@ -0,0 +1,9 @@ +# Output + +Rather than outputting a single file, `md-pdf` outputs to a directory, allowing multiple different output formats. + +### Supported formats +- HTML +- PDF + +The output files will be named `output` with their formats default extension (eg `output.html`)