pandoc/src/Text/Pandoc/Readers
John MacFarlane bea62bcab8 Textile reader: temporarily removed smartPunctuation.
The smartPuncutation parser from the markdown parser
was being used, but this creates two problems:

* smart punctuation rules are slightly different in textile,
  for example, a single dash wish space around becomes an
  En dash.
* the following gets parsed as a double quoted string followed
  by a colon, rather than as a link:

  "emphasized text":http://my.url.com

This needs rethinking.
2010-12-03 23:10:52 -08:00
..
HTML.hs Basic Textile Reader 2010-12-03 23:10:50 -08:00
LaTeX.hs Made latex \section, \chapter parsers more forgiving of whitespace. 2010-07-13 19:22:41 -07:00
Markdown.hs punctuation handling, and more html-specific handling 2010-12-03 23:10:52 -08:00
RST.hs Merge branch 'atlists'. Added auto-numbered example lists. 2010-07-11 22:47:52 -07:00
TeXMath.hs TeXMath: handle variables modified with \acute, \bar, etc. 2010-10-19 15:03:30 -07:00
Textile.hs Textile reader: temporarily removed smartPunctuation. 2010-12-03 23:10:52 -08:00