pandoc/src/Text/Pandoc
John MacFarlane 5d02e478d0 LaTeX reader: allow for []s inside LaTeX optional args.
Fixes cases like:

    \begin{center}
    \begin{tikzpicture}[baseline={([yshift=+-.5ex]current bounding box.center)}, level distance=24pt]
    \Tree [.{S} [.NP John\index{i} ] [.VP [.V likes ] [.NP himself\index{i,*j} ]]]
    \end{tikzpicture}
    \end{center}
2016-10-31 22:04:22 +01:00
..
Compat Add EOL note to time compat module. 2016-09-03 08:10:53 -04:00
Readers LaTeX reader: allow for []s inside LaTeX optional args. 2016-10-31 22:04:22 +01:00
Writers reveal.js: don't change slide title to level 1 header. 2016-10-25 17:07:51 +02:00
Asciify.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
CSS.hs new function to extract multiple properties at once in CSS.hs 2015-12-13 21:40:12 +01:00
Data.hsb Rename README to MANUAL.txt 2016-07-20 21:16:45 +02:00
Emoji.hs Fixed Emoji character definitions. 2015-12-04 09:38:58 -08:00
Error.hs Remove Text.Pandoc.Compat.Except 2016-09-02 09:18:09 -04:00
Highlighting.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
ImageSize.hs Remove Text.Pandoc.Compat.Except 2016-09-02 09:18:09 -04:00
MediaBag.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
MIME.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Options.hs Added angle_brackets_escapable extension. 2016-10-22 23:41:55 +02:00
Parsing.hs Tighten up parsing of raw email addresses. 2016-10-23 23:12:36 +02:00
PDF.hs Remove Compat.Monoid 2016-09-02 09:18:08 -04:00
Pretty.hs Remove an inline monad compatibility macro. 2016-09-02 09:18:08 -04:00
Process.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
SelfContained.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Shared.hs Merge pull request #3165 from hubertp-lshift/feature/odt-image 2016-10-18 22:00:58 +02:00
Slides.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
Templates.hs Moved template compiling/rendering code to a separate library. 2016-10-02 09:30:26 +02:00
UTF8.hs Remove unnecessary CPP condition in UTF8 2016-09-02 09:18:09 -04:00
UUID.hs Updated copyright dates to include 2016. 2016-03-22 17:20:39 -07:00
XML.hs Remove TagSoup compat 2016-09-02 12:28:53 -04:00