Make Pandoc dumb again!

This commit is contained in:
Kremitzl 2020-03-10 19:30:53 +01:00
parent 936c2ec28b
commit 3df832c585

View File

@ -116,8 +116,7 @@ def get_slide_layout(layout_name):
def convert_slide_content(content):
filters = []
pdoc_args = [
'--mathjax', # Preparing formulas
'--smart' # Smart typography (dashes, ellipses, …)
'--mathjax' # Preparing formulas
]
return pypandoc.convert_text(
content, 'html',