From 3df832c585b04335b8bf10e3d42af98570734efc Mon Sep 17 00:00:00 2001 From: Christian Kremitzl Date: Tue, 10 Mar 2020 19:30:53 +0100 Subject: [PATCH] Make Pandoc dumb again! --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 015ea21..402ec83 100644 --- a/main.py +++ b/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',