12 lines
155 B
YAML
12 lines
155 B
YAML
input: "*.md"
|
|
output_formats:
|
|
- html
|
|
- pdf
|
|
output_dir: out/
|
|
bibliography:
|
|
references: bib.yaml
|
|
csl: apa
|
|
context:
|
|
foo: bar
|
|
bar: foo
|
|
title: test
|