The archive can contain the following files:
Filename | Description | Baseline (Start with) |
|---|---|---|
default.md | Template to generate the content in the Pandoc template format. Use this to customize the output. see Pandoc documentation for the syntax and Phonemos Pandoc Format for the source format. | pandoc -o default.md --print-default-template=markdown |
defaults.yaml | YAML file containing additional options. Common ones are
Example: 1
2
toc: true
toc-depth: 1see Pandoc documentation for more advanced settings. | empty file |