summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Added "title" to list of docbook block-level tags.John MacFarlane2012-01-12
* Markdown reader: fixed bug in table/hrule parsing.John MacFarlane2012-01-10
* Markdown reader: Allow links in image captions.John MacFarlane2012-01-08
* Markdown reader: Fix parsing of consecutive lists.John MacFarlane2012-01-02
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* Support for math in RST reader and writer.John MacFarlane2011-12-31
* Support Sphinx style math in RST reader.John MacFarlane2011-12-30
* Better smart quote parsing.John MacFarlane2011-12-29
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* LaTeX reader: Return Str instead of Apostrophe.John MacFarlane2011-12-27
* Markdown reader: Improved previous patch to allow unicode apostrophe.John MacFarlane2011-12-27
* Modified str parser to capture apostrophes in smart mode.John MacFarlane2011-12-26
* Markdown reader: Fixed backslash escapes in reference links.John MacFarlane2011-12-05
* Markdown: Better handling of escapes in link URLs and titles.John MacFarlane2011-12-05
* Changes to fit new charsInBalanced.John MacFarlane2011-12-05
* Markdown reader: internal changes.John MacFarlane2011-12-05
* Parsing: Changed type of escaped to return CharJohn MacFarlane2011-12-05
* LaTeX reader: Don't crash on commands like `\itemsep`.John MacFarlane2011-11-12
* LaTeX reader: Ignore empty groups {}, { }.John MacFarlane2011-11-12
* Markdown citations: don't strip off initial space in locator.John MacFarlane2011-11-09
* TeXMath writer: Use unicode thin spaces for thin spaces.John MacFarlane2011-11-08
* Markdown reader: allow punctuation only internally in cite keys.John MacFarlane2011-11-06
* HTML reader now recognizes DocBook block and inline tags.John MacFarlane2011-10-25
* allow footnotes followed by newline without space charstakahashim2011-08-23
* HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane2011-08-01
* Added PRAGMA needed for ghc 6.12.John MacFarlane2011-07-30
* Removed applicative stuff in Markdown reader.John MacFarlane2011-07-30
* Markdown reader: Improved emph/strong parsing.John MacFarlane2011-07-30
* RST reader: Partial support for labeled footnotes.John MacFarlane2011-07-23
* Properly handle characters in the 128..159 range.John MacFarlane2011-07-23
* LaTeX reader: Handle \subtitle command.John MacFarlane2011-07-21
* LaTeX reader & writer: Use \and to separate authors.John MacFarlane2011-07-21
* HTML reader: treat Plain as Para when needed.John MacFarlane2011-07-16
* HTML reader: Handle tbody, thead in simple tables.John MacFarlane2011-07-15
* Merge pull request #273 from qerub/masterJohn MacFarlane2011-07-11
|\
| * Textile reader: Make it possible to have colons after links.Christoffer Sawicki2011-07-10
* | LaTeX reader: Gobble option & space after linebreak \\[10pt].John MacFarlane2011-07-10
* | Make HTML reader more forgiving of bad HTML.John MacFarlane2011-07-10
|/
* Support \dots and well as \ldots in LaTeX reader.John MacFarlane2011-06-22
* Forbid ()s in citation item keys.John MacFarlane2011-05-22
* Disallow notes within notes in reST and markdown.John MacFarlane2011-04-20
* Allow '|' followed by newline in RST line block.John MacFarlane2011-04-11
* Changed uri parser so it doesn't include trailing punctuation.John MacFarlane2011-03-18
* Fixed bug in RST field list parser.John MacFarlane2011-03-12
* Markdown+lhs reader: Require space after inverse bird tracks.John MacFarlane2011-03-02
* Markdown reader: Simplified and corrected footnote block parser.John MacFarlane2011-02-01
* Improved fix to markdown noteBlock parser.John MacFarlane2011-01-31
* Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).John MacFarlane2011-01-31
* LaTeX reader: Fixed bug with whitespace at beginning of file.John MacFarlane2011-01-30
* Markdown reader tables: Fixed bug in alignments.John MacFarlane2011-01-29