aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
AgeCommit message (Expand)AuthorFilesLines
2017-09-12Textile reader: allow 'pre' code in list item.John MacFarlane1-8/+4
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane1-1/+1
2017-06-20Move CR filtering from tabFilter to the readers.John MacFarlane1-2/+2
2017-06-19Separated tracing from logging.John MacFarlane1-4/+2
2017-06-10Changed all readers to take Text instead of String.John MacFarlane1-2/+5
2017-05-28Parsing: `many1Till`: Check for the end condition before parsingHerwig Stuetz1-1/+1
2017-05-24Parsing: Provide parseFromString'.John MacFarlane1-4/+4
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane1-2/+5
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-3/+4
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-16/+16
2017-02-11Use new warnings throughout the code base.John MacFarlane1-4/+2
2017-02-10Added Text.Pandoc.Logging (exported module).John MacFarlane1-0/+1
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-6/+0
2017-01-25More logging-related changes.John MacFarlane1-7/+4
2017-01-25Changes to verbosity in writer and reader options.John MacFarlane1-1/+1
2017-01-25Removed readerOldDashes and --old-dashes option, added old_dashes extension.John MacFarlane1-3/+1
2017-01-25Readers: pass errors straight up to PandocMonad.Jesse Rosenthal1-2/+1
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Working on readers.Jesse Rosenthal1-84/+92
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-08-06MediaWiki reader: properly interpret XML tags in pre environments.John MacFarlane1-3/+2
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane1-1/+1
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane1-5/+25
2016-07-19Textile reader: improve definition list parsing.John MacFarlane1-6/+13
2016-07-18Textile reader: improved table parsing.John MacFarlane1-22/+62
2016-07-14Fixed exponential parsing bug in textile reader.John MacFarlane1-0/+1
2016-06-25Textile reader: Fix overly aggressive interpretation as images.John MacFarlane1-7/+4
2016-06-23Textile reader: fixed attributes.John MacFarlane1-1/+3
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane1-2/+19
2016-01-02Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane1-2/+2
2015-12-13new function to extract multiple properties at once in CSS.hsmb211-4/+1
2015-12-03Textile Reader: image attributesmb211-2/+9
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane1-0/+1
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane1-3/+4
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+0
2015-05-28Removed tab chars in Textile reader source.John MacFarlane1-2/+2
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-18Change return type of Textile readerMatthew Pickering1-1/+2
2015-02-02Textile reader: table improvements.John MacFarlane1-16/+14
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane1-16/+13
2014-08-08Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane1-5/+16
2014-08-08Textile reader: don't allow inline formatting to extend over newline.John MacFarlane1-1/+2
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+3
2014-05-07Small improvement to textile reader fix. Removed 'try'.mpickering1-1/+1
2014-05-07Fix textile reader hanging.mpickering1-1/+2
2014-05-06Textile reader: Rearranged inline parsers for performance.John MacFarlane1-4/+3
2014-05-06Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane1-15/+7