pandoc/src/Text
John MacFarlane 87c08be58f LaTeX reader: handle leading/trailing spaces in emph better.
`\emph{ hi }` gets parsed as `[Space, Emph [Str "hi"], Space]`
so that we don't get things like `* hi *` in markdown output.

Also applies to textbf and some other constructions.

Closes #1146.  (`--normalize` isn't touched by this, but
normalization should not generally be necessary with the
changes to the readers.)
2014-06-16 19:18:33 -07:00
..
Pandoc LaTeX reader: handle leading/trailing spaces in emph better. 2014-06-16 19:18:33 -07:00
Pandoc.hs Org reader: support Pandocs citation extension 2014-05-14 15:00:26 +02:00