Merge branch 'master' into release

This commit is contained in:
Kremitzl 2020-03-10 19:31:25 +01:00
commit ec1ef5a97d

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',