commit e8754b03021972c0d297f585c952683ab17c8e40
parent bd0917c3d7573a5acf903136a55dc75ae8916c35
Author: krasjet
Date: 2020-03-25 05:26Z

fix comment

Diffstat:
Msrc/Karasu/Pandoc/Filters/LaTeXFilter.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Karasu/Pandoc/Filters/LaTeXFilter.hs b/src/Karasu/Pandoc/Filters/LaTeXFilter.hs @@ -105,7 +105,7 @@ latexFilterInline' -- math environment latexFilterInline' docId (Math mathType texStr) = renderInlineSVG docId (Just mathType) $ T.unpack texStr --- math environment +-- tex environment latexFilterInline' docId (RawInline (Format "tex") texStr) = renderInlineSVG docId Nothing $ T.unpack texStr latexFilterInline' _ x = return x