aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06Textile reader: Disallow blank lines in inline contexts.John MacFarlane1-11/+20
2014-05-06Make `--trace` work with textile reader.John MacFarlane1-2/+12
2014-05-06Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane1-12/+8
2014-04-07Textile reader: Improved link parsing.John MacFarlane1-19/+15
2014-04-05Textile reader: Better support for attributes.John MacFarlane1-9/+12
2014-04-05Textile reader: Improved treatment of HTML spans (%).John MacFarlane1-5/+1
2014-04-05Removed whitespace at ends of lines.John MacFarlane1-15/+15
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering1-3/+1
2014-04-01Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering1-134/+167
2013-12-19HLint: redundant parensHenry de Valence1-1/+1
2013-09-01Use registerHeader in Textile reader.John MacFarlane1-1/+3
2013-08-10Adjustments for new Format newtype.John MacFarlane1-3/+3
2013-08-08Revert "Textile reader: Removed raw LaTeX parsing."John MacFarlane1-0/+16
2013-08-07Textile reader: Removed raw LaTeX parsing.John MacFarlane1-16/+0
2013-07-25Textile reader: Improved handling of `<pre>` blocks.John MacFarlane1-4/+10
2013-06-24Use new flexible metadata type.John MacFarlane1-1/+1
2013-06-11Textile reader: Correctly handle entities.John MacFarlane1-1/+2
2013-02-16Textile reader: Handle attributes on headers.John MacFarlane1-15/+32
2013-01-09Added Attr field to Header.John MacFarlane1-2/+7