pandoc/src/Text
John MacFarlane 9e6b9cdc5f LaTeX reader: Support \let.
Also, fix regular macros so they're expanded at the
point of use, and NOT also the point of definition.
`\let` macros, by contrast, are expanded at the
point of definition.  Added an `ExpansionPoint`
field to `Macro` to track this difference.
2017-08-07 13:38:15 -07:00
..
Pandoc LaTeX reader: Support \let. 2017-08-07 13:38:15 -07:00
Pandoc.hs Move CR filtering from tabFilter to the readers. 2017-06-20 21:52:13 +02:00