bavbavhaus.net/pandoc/defaults/bavbavhaus.net.yaml

14 lines
232 B
YAML
Raw Normal View History

2024-04-12 22:30:16 +02:00
---
2024-05-02 20:11:20 +02:00
from: markdown
2024-05-17 15:26:37 +02:00
toc: true
citeproc: true
csl: chicago-fullnote-sl
2024-06-21 15:29:42 +02:00
reference-location: section
2024-05-04 18:56:17 +02:00
template: bavbavhaus.net.html5
2024-06-21 15:29:42 +02:00
to: html5
filters:
- localize_quotes.lua
- collect_internal_linked.lua
- resolve_internal_links.lua
2024-04-12 22:30:16 +02:00
...