pandoc/src/Text/Pandoc
John MacFarlane f4a452f891 When parsing raw LaTeX commands, include trailing space.
Otherwise things like `\noindent foo` break and turn into
`\noindentfoo`.

Affects `-f latex+raw_tex` and `-f markdown` (and other formats
that allow `raw_tex`).

Closes #1773.
2017-02-22 21:15:25 +01:00
..
Compat
Readers When parsing raw LaTeX commands, include trailing space. 2017-02-22 21:15:25 +01:00
Writers imageSize interface change 2017-02-22 15:34:53 +01:00
App.hs Added Functor constraint to keep ghc 7.8.4 happy. 2017-02-20 16:34:33 +01:00
Asciify.hs
Class.hs Class.report: Save all log messages in state. 2017-02-11 09:06:49 +01:00
CSS.hs
Data.hsb
Emoji.hs
Error.hs Error: added PandocMakePDFError 2017-02-19 09:53:24 +01:00
Extensions.hs Put an Integer rather than Word64 behind Extensions. 2017-01-25 17:07:42 +01:00
Highlighting.hs Split pandoc.hs into a module, Text.Pandoc.App, and a small program. 2017-02-05 21:58:45 +01:00
ImageSize.hs imageSize interface change 2017-02-22 15:34:53 +01:00
Logging.hs Add CircularReference constructor to LogMessage. 2017-02-15 17:35:29 +01:00
MediaBag.hs MediaBag: put extractMediaBag into MonadIO. 2017-01-25 17:07:41 +01:00
MIME.hs Use correct mime types for woff and woff2. 2016-11-12 23:22:34 +01:00
Options.hs Added Text.Pandoc.Logging (exported module). 2017-02-10 20:59:54 +01:00
Parsing.hs Revert "Refined constraint for HasQuoteContext instance." 2017-02-20 15:44:33 +01:00
PDF.hs Added Text.Pandoc.Logging (exported module). 2017-02-10 20:59:54 +01:00
Pretty.hs Pretty: Added afterBreak. 2016-12-05 00:49:53 +01:00
Process.hs Process.pipeProcess: stream stderr rather than capturing. 2017-01-25 17:07:41 +01:00
SelfContained.hs Use lazy loading for reveal.js slide shows. 2017-02-20 22:21:20 +01:00
Shared.hs Simplify toRomanNumeral using guards (#3445) 2017-02-14 23:00:23 +01:00
Slides.hs
Templates.hs Make epub an alias for epub3, not epub2. 2017-01-30 10:19:30 +01:00
UTF8.hs
UUID.hs Deleted whitespace at end of source lines. 2017-01-25 17:07:39 +01:00
XML.hs