Age | Commit message (Expand) | Author | Files | Lines |
2012-07-20 | Use Parser as type synonym for Parsec. | John MacFarlane | 1 | -134/+134 |
2012-07-20 | Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code. | John MacFarlane | 1 | -1/+0 |
2012-07-20 | Use Text.Parsec instead of Text.ParserCombinators.Parsec. | John MacFarlane | 1 | -137/+137 |
2012-06-04 | Markdown reader: Added cf. and cp. to list of likely abbreviations. | John MacFarlane | 1 | -1/+1 |
2012-05-08 | Treat four or more `~` or `^` in an inline context as regular text. | John MacFarlane | 1 | -3/+3 |
2012-04-13 | Markdown reader: Allow lists as list items. | John MacFarlane | 1 | -6/+8 |
2012-04-12 | Markdown: don't recognize references inside delimited code blocks. | John MacFarlane | 1 | -0/+1 |
2012-02-21 | Added support for markdown-extra tables in the markdown parser | François Gannaz | 1 | -0/+5 |
2012-02-08 | Improvements to markdown attributes syntax (on code blocks). | John MacFarlane | 1 | -4/+5 |
2012-02-07 | Limit nesting of strong/emph. | John MacFarlane | 1 | -2/+14 |
2012-02-05 | Removed module Text.Pandoc.CharacterReferences. | John MacFarlane | 1 | -3/+3 |
2012-02-04 | Complete rewrite of LaTeX reader. | John MacFarlane | 1 | -12/+9 |
2012-01-28 | Removed an unnecessary `many spaceChar`. | John MacFarlane | 1 | -1/+1 |
2012-01-28 | Markdown reader: Fixed bug in code block attribute parser. | John MacFarlane | 1 | -3/+4 |
2012-01-28 | Support github syntax for fenced code blocks. | John MacFarlane | 1 | -10/+14 |
2012-01-27 | Fixed table parsing with wide or combining characters. | John MacFarlane | 1 | -4/+4 |
2012-01-10 | Markdown reader: fixed bug in table/hrule parsing. | John MacFarlane | 1 | -1/+1 |
2012-01-08 | Markdown reader: Allow links in image captions. | John MacFarlane | 1 | -13/+10 |
2012-01-02 | Markdown reader: Fix parsing of consecutive lists. | John MacFarlane | 1 | -10/+12 |
2011-12-29 | Better smart quote parsing. | John MacFarlane | 1 | -0/+2 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -8/+6 |
2011-12-27 | Markdown reader: Improved previous patch to allow unicode apostrophe. | John MacFarlane | 1 | -1/+2 |
2011-12-26 | Modified str parser to capture apostrophes in smart mode. | John MacFarlane | 1 | -2/+9 |
2011-12-05 | Markdown reader: Fixed backslash escapes in reference links. | John MacFarlane | 1 | -4/+3 |
2011-12-05 | Markdown: Better handling of escapes in link URLs and titles. | John MacFarlane | 1 | -10/+8 |
2011-12-05 | Changes to fit new charsInBalanced. | John MacFarlane | 1 | -6/+11 |
2011-12-05 | Markdown reader: internal changes. | John MacFarlane | 1 | -5/+9 |
2011-11-09 | Markdown citations: don't strip off initial space in locator. | John MacFarlane | 1 | -1/+5 |
2011-11-06 | Markdown reader: allow punctuation only internally in cite keys. | John MacFarlane | 1 | -1/+2 |
2011-07-30 | Added PRAGMA needed for ghc 6.12. | John MacFarlane | 1 | -0/+1 |
2011-07-30 | Removed applicative stuff in Markdown reader. | John MacFarlane | 1 | -16/+16 |
2011-07-30 | Markdown reader: Improved emph/strong parsing. | John MacFarlane | 1 | -13/+34 |
2011-05-22 | Forbid ()s in citation item keys. | John MacFarlane | 1 | -1/+1 |
2011-04-20 | Disallow notes within notes in reST and markdown. | John MacFarlane | 1 | -1/+8 |
2011-03-02 | Markdown+lhs reader: Require space after inverse bird tracks. | John MacFarlane | 1 | -1/+3 |
2011-02-01 | Markdown reader: Simplified and corrected footnote block parser. | John MacFarlane | 1 | -7/+10 |
2011-01-31 | Improved fix to markdown noteBlock parser. | John MacFarlane | 1 | -1/+1 |
2011-01-31 | Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal). | John MacFarlane | 1 | -1/+2 |
2011-01-29 | Markdown reader tables: Fixed bug in alignments. | John MacFarlane | 1 | -4/+5 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -2/+3 |
2011-01-26 | Markdown reader: Don't parse latex/context environments as inline. | John MacFarlane | 1 | -9/+15 |
2011-01-26 | Distinguish latex & context environments; blank line after in writers. | John MacFarlane | 1 | -3/+4 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -10/+10 |
2011-01-22 | Markdown reader: slight speedup by moving whitespace parser. | John MacFarlane | 1 | -2/+2 |
2011-01-19 | Replaced more noneOf/oneOf parsers. | John MacFarlane | 1 | -5/+11 |
2011-01-19 | Replaced uses of oneOf with more efficient parsers. | John MacFarlane | 1 | -12/+19 |
2011-01-04 | Markdown reader: Removed unneeded definitions. | John MacFarlane | 1 | -10/+8 |
2011-01-04 | Moved 'macro' and 'applyMacros'' from markdown reader to Parsing. | John MacFarlane | 1 | -24/+0 |
2011-01-01 | Fixed regression in markdown reader. | John MacFarlane | 1 | -3/+3 |
2010-12-30 | New HTML reader using tagsoup as a lexer. | John MacFarlane | 1 | -28/+27 |