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): def convert_slide_content(content):
filters = [] filters = []
pdoc_args = [ pdoc_args = [
'--mathjax', # Preparing formulas '--mathjax' # Preparing formulas
'--smart' # Smart typography (dashes, ellipses, …)
] ]
return pypandoc.convert_text( return pypandoc.convert_text(
content, 'html', content, 'html',