pandoc/src/Text
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
..
Pandoc LaTeX reader: allow for []s inside LaTeX optional args. 2016-10-31 22:04:22 +01:00
Pandoc.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00