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):
|
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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user