pandoc/src/Text
John MacFarlane 754d1cef7b LaTeX reader: Allow _ and ^ as regular inline text.
Normally these will cause an error in LaTeX, but there
are contexts (e.g. `alltt` environments) where they are
okay.  Now that we aren't treating them as super/subscript
outside of math mode, it seems okay to parse them as regular
text.
2015-06-29 10:20:08 -07:00
..
Pandoc LaTeX reader: Allow _ and ^ as regular inline text. 2015-06-29 10:20:08 -07:00
Pandoc.hs Plain writer: don't use symbols for super/subscript. 2015-06-27 20:19:04 -07:00