31 lines
620 B
YAML
31 lines
620 B
YAML
# ZETTLR DEFAULTS FILE
|
|
# ====================
|
|
# Conversion: Markdown --> LibreOffice/OpenOffice file
|
|
# More info: https://pandoc.org/MANUAL.html
|
|
reader: markdown
|
|
writer: odt
|
|
self-contained: true
|
|
variables: {}
|
|
include-before-body: []
|
|
include-after-body: []
|
|
include-in-header: []
|
|
bibliography: []
|
|
filters:
|
|
- type: citeproc
|
|
wrap: none
|
|
columns: 78
|
|
dpi: 72
|
|
toc: false
|
|
toc-depth: 2
|
|
number-sections: false
|
|
identifier-prefix: ''
|
|
title-prefix: ''
|
|
eol: lf
|
|
strip-comments: false
|
|
indented-code-classes: []
|
|
ascii: false
|
|
default-image-extension: .jpg
|
|
highlight-style: pygments
|
|
tab-stop: 4
|
|
preserve-tabs: false
|
|
fail-if-warnings: false
|