manuskript/manuskript/exporter/pandoc
DarkRedman 49f0c298c3
Fixed pandoc command arguments (#790)
* Fixed pandoc command arguments

`--base-header-level` throws a new export error because it is deprecated, now we should use `--shift-heading-level-by`

* Adjusted default and min value for base-header

Co-authored-by: Tobias Frisch <thejackimonster@gmail.com>
2021-04-10 14:58:00 +02:00
..
__init__.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
abstractOutput.py Do not reinvent QFileDialog's default suffix 2019-09-07 15:59:45 -06:00
abstractPlainText.py Fixed pandoc command arguments (#790) 2021-04-10 14:58:00 +02:00
HTML.py Do not reinvent QFileDialog's default suffix 2019-09-07 15:59:45 -06:00
outputFormats.py Do not reinvent QFileDialog's default suffix 2019-09-07 15:59:45 -06:00
PDF.py Fixed all Python syntax warnings 2021-02-21 23:45:34 +01:00
plainText.py Do not reinvent QFileDialog's default suffix 2019-09-07 15:59:45 -06:00