From 0cf3965cd498b454012416d7ca262a6728e1b11c Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Thu, 26 Mar 2020 00:05:11 +0000 Subject: [PATCH] cite: Fix math --- ox-hugo-pandoc-cite.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ox-hugo-pandoc-cite.el b/ox-hugo-pandoc-cite.el index 9c69c7e..ee1317e 100644 --- a/ox-hugo-pandoc-cite.el +++ b/ox-hugo-pandoc-cite.el @@ -17,6 +17,7 @@ "-t" ,(concat "markdown-citations" "-simple_tables" "+pipe_tables" + "-raw_attribute" "-fenced_divs" "-fenced_code_attributes" "-bracketed_spans")