14 lines
443 B
YAML
14 lines
443 B
YAML
# ZETTLR DEFAULTS FILE
|
|
# ====================
|
|
# Conversion: Microsoft Word --> Markdown
|
|
# More info: https://pandoc.org/MANUAL.html
|
|
reader: docx
|
|
writer: markdown
|
|
# Set track-changes to "reject" to revert all changes.
|
|
# Set to "all" to include everything.
|
|
track-changes: accept
|
|
# Extract images etc. from the document into this directory
|
|
extract-media: ./assets
|
|
wrap: none
|
|
# Set to setext to produce underlined h1 and h2
|
|
markdown-headings: atx
|