Make Pandoc dumb again!
This commit is contained in:
parent
936c2ec28b
commit
3df832c585
3
main.py
3
main.py
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user