Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-12-09 | Textile reader: better treatment of acronyms. | John MacFarlane | 1 | -1/+1 |
2010-12-08 | Textile reader: Implemented footnotes. | John MacFarlane | 1 | -4/+43 |
2010-12-07 | Moved smartPunctuation from Markdown to Parsing. | John MacFarlane | 1 | -10/+5 |
2010-12-07 | Textile reader: implemented acronyms, (tm), (r), (c). | John MacFarlane | 1 | -6/+29 |
2010-12-03 | Textile reader: temporarily removed smartPunctuation. | John MacFarlane | 1 | -2/+2 |
2010-12-03 | Textile reader: added hrule parser. | John MacFarlane | 1 | -0/+13 |
2010-12-03 | Textile reader: Turn on smart punctuation by default. | John MacFarlane | 1 | -2/+2 |
2010-12-03 | Textile reader: drop leading, trailing newline in pre block. | John MacFarlane | 1 | -2/+10 |
2010-12-03 | Textile reader: modified str to handle acronyms, hyphens. | John MacFarlane | 1 | -3/+16 |
2010-12-03 | Textile reader: parse raw by default. | John MacFarlane | 1 | -0/+2 |
2010-12-03 | punctuation handling, and more html-specific handling | paul.rivier | 1 | -7/+31 |
2010-12-03 | html inlines and html blocks handling in textile reader | Paul Rivier | 1 | -17/+26 |
2010-12-03 | textile reader now ignores html/css attributes | Paul Rivier | 1 | -8/+34 |
2010-12-03 | removed support for textile Inserted construct | Paul Rivier | 1 | -5/+1 |
2010-12-03 | fix autolink by promoting it in the parser list, fix table parabreak | Paul Rivier | 1 | -7/+5 |
2010-12-03 | more support for Textile reader (explicit links, images), tests and cabal ent... | Paul Rivier | 1 | -17/+44 |
2010-12-03 | simpler table cell handling | paul.rivier | 1 | -24/+12 |