# Reference: https://pandoc.org/MANUAL.html#default-files
from: markdown
to: html5
template: client/pandoc/page.html
standalone: false # output fragments
self-contained: false # do not embed in HTML
metadata:
author: Jeff Anderson
lang: en
verbosity: INFO
wrap: auto
columns: 80
number-sections: false
strip-empty-paragraphs: true
eol: lf
strip-comments: true
ascii: true
default-image-extension: ".png"
email-obfuscation: javascript
tab-stop: 8
preserve-tabs: true
incremental: false
reference-links: true
reference-location: document
html-q-tags: false