pandoc/src/Text/Pandoc/Readers
Jesse Rosenthal 8e5bd9d851 Docx reader: Fix spacing in formatting.
The normalizing tests revealed a problem with unformatted spaces, brought about
by `spanTrim`. This fixes by not trimming the spaces out of spans until they
are in their final form.
2014-06-22 01:53:30 -04:00
..
Docx Add literal tabs to parser. 2014-06-19 17:53:52 -04:00
DocBook.hs DocBook reader: Support <?asciidoc-br?>. 2014-06-17 12:14:02 -07:00
Docx.hs Docx reader: Fix spacing in formatting. 2014-06-22 01:53:30 -04:00
Haddock.hs More polish on Haddock reader/writer. 2014-06-18 17:49:59 -07:00
HTML.hs HTML reader: Fix performance issue with malformed HTML tables. 2014-06-20 10:47:29 -07:00
LaTeX.hs LaTeX reader: Correctly handle table rows with too few cells. 2014-06-17 00:38:55 -07:00
Markdown.hs Markdown reader: Support smallcaps through span. 2014-06-20 15:26:45 -07:00
MediaWiki.hs MediaWiki reader: Tightened up template parsing. 2014-06-20 12:00:26 -07:00
Native.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
OPML.hs Added Text.Pandoc.Compat.TagSoupEntity. 2013-08-08 10:42:52 -07:00
Org.hs Org reader: make tildes create inline code. 2014-06-16 22:03:26 -07:00
RST.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
TeXMath.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00
Textile.hs Update copyright notices for 2014, add missing notices 2014-05-09 00:46:08 +02:00