Age | Commit message (Expand) | Author | Files | Lines |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -3/+3 |
2013-08-08 | Revert "Textile reader: Removed raw LaTeX parsing." | John MacFarlane | 1 | -0/+16 |
2013-08-07 | Textile reader: Removed raw LaTeX parsing. | John MacFarlane | 1 | -16/+0 |
2013-07-25 | Textile reader: Improved handling of `<pre>` blocks. | John MacFarlane | 1 | -4/+10 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -1/+1 |
2013-06-11 | Textile reader: Correctly handle entities. | John MacFarlane | 1 | -1/+2 |
2013-02-16 | Textile reader: Handle attributes on headers. | John MacFarlane | 1 | -15/+32 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -2/+7 |
2012-11-06 | Textile reader/writer: Fixed autolinks. | John MacFarlane | 1 | -11/+5 |
2012-11-06 | Textile parser: Expanded list of stringBreakers. | John MacFarlane | 1 | -1/+1 |
2012-11-05 | Textile reader: Allow newlines before pipes in table. | John MacFarlane | 1 | -1/+2 |
2012-10-13 | Textile reader: Fixed bug with list items containing line breaks. | John MacFarlane | 1 | -9/+15 |
2012-10-05 | Textile reader: Implemented comment blocks. | John MacFarlane | 1 | -0/+7 |
2012-09-28 | Textile reader: Avoid parsing dashes as strikeout. | John MacFarlane | 1 | -1/+1 |
2012-09-28 | Textile reader: Fixed bug affected words ending in hyphen. | John MacFarlane | 1 | -2/+5 |
2012-09-28 | Textile: Improvements to surround and symbol. | John MacFarlane | 1 | -2/+2 |
2012-09-27 | Removed nullBlock. | John MacFarlane | 1 | -1/+1 |
2012-09-06 | Textile reader: Improved speed of hyphenedWords. | John MacFarlane | 1 | -4/+6 |
2012-09-06 | Removed obsolete comment. | John MacFarlane | 1 | -1/+0 |
2012-09-06 | Fixed footnotes bug in textile. | John MacFarlane | 1 | -2/+3 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -12/+12 |
2012-07-26 | Textile reader: Replace failIfStrict with guardEnabled. | John MacFarlane | 1 | -3/+3 |
2012-07-25 | Changed reader parameters from ParserState to ReaderOptions. | John MacFarlane | 1 | -8/+8 |
2012-07-25 | Moved stateOldDashes to readerOldDashes in ReaderOptions. | John MacFarlane | 1 | -4/+6 |
2012-07-25 | Moved ParseRaw from ParserState to ReaderOptions. | John MacFarlane | 1 | -3/+3 |
2012-07-25 | Options -> ReaderOptions. | John MacFarlane | 1 | -1/+1 |
2012-07-25 | Put smart, strict in separate options field in state. | John MacFarlane | 1 | -1/+5 |
2012-07-20 | Use Parser as type synonym for Parsec. | John MacFarlane | 1 | -68/+68 |
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 | -69/+69 |
2012-07-13 | Textile reader: properly handle links with surrounding brackets. | John MacFarlane | 1 | -3/+16 |
2012-05-29 | Textile reader: fix for `<notextile>` and `==`. | paul.rivier | 1 | -10/+3 |
2012-05-29 | Added a couple needed trys to textile reader. | John MacFarlane | 1 | -2/+2 |
2012-04-27 | Textile reader: Parse +text+ as emphasized (should be underline). | John MacFarlane | 1 | -0/+1 |
2012-04-24 | textile reader improvements : better conformance to RedCloth Textile inlines | paul.rivier | 1 | -51/+67 |
2012-04-17 | Textile reader quick clean-up and added support for LaTeX blocks and inlines. | paul.rivier | 1 | -64/+51 |
2012-04-05 | Textile reader: Implemented literal escapes with `==` and `<notextile>`. | John MacFarlane | 1 | -1/+19 |
2012-03-12 | fix doc generation failure against haddock-2.10.0 | Sergei Trofimovich | 1 | -2/+2 |
2012-01-01 | New treatment of dashes in --smart mode. | John MacFarlane | 1 | -1/+2 |
2011-12-29 | Better smart quote parsing. | John MacFarlane | 1 | -0/+2 |
2011-07-10 | Textile reader: Make it possible to have colons after links. | Christoffer Sawicki | 1 | -1/+1 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -2/+2 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -2/+3 |
2011-01-23 | Textile writer: Don't HTML-escape between @'s. | John MacFarlane | 1 | -1/+1 |
2011-01-23 | Textile reader: Fixed bug (swallowed p at beginning of paragraph). | John MacFarlane | 1 | -3/+3 |
2011-01-23 | Textile reader: Support <tt> for inline code. | John MacFarlane | 1 | -3/+11 |
2011-01-23 | Textile reader: Added code blocks with bc. | John MacFarlane | 1 | -2/+11 |
2010-12-30 | Textile reader: Slight speed improvement. | John MacFarlane | 1 | -5/+5 |
2010-12-30 | New HTML reader using tagsoup as a lexer. | John MacFarlane | 1 | -15/+15 |
2010-12-09 | textile redcloth definition lists | paul.rivier | 1 | -2/+29 |