From 3a3d661408db64ff26040f17bfb3b5153020024b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 15 Dec 2017 10:13:16 -0800 Subject: LaTeX reader: export tokenize, untokenize. Mainly so they can be tested. --- src/Text/Pandoc/Readers/LaTeX.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index fab97347b..c82697704 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -37,7 +37,9 @@ module Text.Pandoc.Readers.LaTeX ( readLaTeX, applyMacros, rawLaTeXInline, rawLaTeXBlock, - inlineCommand + inlineCommand, + tokenize, + untokenize ) where import Control.Applicative (many, optional, (<|>)) -- cgit v1.2.3