aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
AgeCommit message (Expand)AuthorFilesLines
2013-01-09Added Attr field to Header.John MacFarlane1-2/+7
2012-11-06Textile reader/writer: Fixed autolinks.John MacFarlane1-11/+5
2012-11-06Textile parser: Expanded list of stringBreakers.John MacFarlane1-1/+1
2012-11-05Textile reader: Allow newlines before pipes in table.John MacFarlane1-1/+2
2012-10-13Textile reader: Fixed bug with list items containing line breaks.John MacFarlane1-9/+15
2012-10-05Textile reader: Implemented comment blocks.John MacFarlane1-0/+7
2012-09-28Textile reader: Avoid parsing dashes as strikeout.John MacFarlane1-1/+1
2012-09-28Textile reader: Fixed bug affected words ending in hyphen.John MacFarlane1-2/+5
2012-09-28Textile: Improvements to surround and symbol.John MacFarlane1-2/+2
2012-09-27Removed nullBlock.John MacFarlane1-1/+1
2012-09-06Textile reader: Improved speed of hyphenedWords.John MacFarlane1-4/+6
2012-09-06Removed obsolete comment.John MacFarlane1-1/+0
2012-09-06Fixed footnotes bug in textile.John MacFarlane1-2/+3
2012-07-26Fixed whitespace errors.John MacFarlane1-12/+12
2012-07-26Textile reader: Replace failIfStrict with guardEnabled.John MacFarlane1-3/+3
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane1-8/+8
2012-07-25Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane1-4/+6
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane1-3/+3
2012-07-25Options -> ReaderOptions.John MacFarlane1-1/+1
2012-07-25Put smart, strict in separate options field in state.John MacFarlane1-1/+5
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane1-68/+68
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane1-1/+0
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane1-69/+69
2012-07-13Textile reader: properly handle links with surrounding brackets.John MacFarlane1-3/+16
2012-05-29Textile reader: fix for `<notextile>` and `==`.paul.rivier1-10/+3
2012-05-29Added a couple needed trys to textile reader.John MacFarlane1-2/+2
2012-04-27Textile reader: Parse +text+ as emphasized (should be underline).John MacFarlane1-0/+1
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier1-51/+67
2012-04-17Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier1-64/+51
2012-04-05Textile reader: Implemented literal escapes with `==` and `<notextile>`.John MacFarlane1-1/+19
2012-03-12fix doc generation failure against haddock-2.10.0Sergei Trofimovich1-2/+2
2012-01-01New treatment of dashes in --smart mode.John MacFarlane1-1/+2
2011-12-29Better smart quote parsing.John MacFarlane1-0/+2
2011-07-10Textile reader: Make it possible to have colons after links.Christoffer Sawicki1-1/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-2/+2
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-2/+3
2011-01-23Textile writer: Don't HTML-escape between @'s.John MacFarlane1-1/+1
2011-01-23Textile reader: Fixed bug (swallowed p at beginning of paragraph).John MacFarlane1-3/+3
2011-01-23Textile reader: Support <tt> for inline code.John MacFarlane1-3/+11
2011-01-23Textile reader: Added code blocks with bc.John MacFarlane1-2/+11
2010-12-30Textile reader: Slight speed improvement.John MacFarlane1-5/+5
2010-12-30New HTML reader using tagsoup as a lexer.John MacFarlane1-15/+15
2010-12-09textile redcloth definition listspaul.rivier1-2/+29
2010-12-09Textile reader: better treatment of acronyms.John MacFarlane1-1/+1
2010-12-08Textile reader: Implemented footnotes.John MacFarlane1-4/+43
2010-12-07Moved smartPunctuation from Markdown to Parsing.John MacFarlane1-10/+5
2010-12-07Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane1-6/+29
2010-12-03Textile reader: temporarily removed smartPunctuation.John MacFarlane1-2/+2
2010-12-03Textile reader: added hrule parser.John MacFarlane1-0/+13
2010-12-03Textile reader: Turn on smart punctuation by default.John MacFarlane1-2/+2