From e333feaf5426dd873d71e8f45f0fadff221be78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Germ=C3=A1n=20Guti=C3=A9rrez=20Calder=C3=B3n?= Date: Thu, 22 Oct 2020 21:47:32 -0500 Subject: [PATCH] Add mathjax support for markdown preview in pandoc --- modules/lang/markdown/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/markdown/config.el b/modules/lang/markdown/config.el index 006f357ac..ef8524846 100644 --- a/modules/lang/markdown/config.el +++ b/modules/lang/markdown/config.el @@ -44,6 +44,7 @@ capture, the end position, and the output buffer.") markdown-xhtml-header-content (concat "" "" + "" "" ""))