From d42308129ab9df0a0928310fb34cc64b6f23245a Mon Sep 17 00:00:00 2001 From: Eigil Rischel Date: Tue, 24 Sep 2019 19:39:23 +0200 Subject: LaTeX reader: Add 'tikzcd' to list of special environments. This allows it to be processed by filters, in the same way that one can do for 'tikzpicture' --- src/Text/Pandoc/Readers/LaTeX.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 18bfebabb..a73dfb9a5 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -1893,6 +1893,7 @@ environments = M.fromList , ("minted", minted) , ("obeylines", obeylines) , ("tikzpicture", rawVerbEnv "tikzpicture") + , ("tikzcd", rawVerbEnv "tikzcd") , ("lilypond", rawVerbEnv "lilypond") , ("ly", rawVerbEnv "ly") -- etoolbox -- cgit v1.2.3