summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
Commit message (Expand)AuthorAge
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Small improvement to textile reader fix. Removed 'try'.mpickering2014-05-07
* Fix textile reader hanging.mpickering2014-05-07
* Textile reader: Rearranged inline parsers for performance.John MacFarlane2014-05-06
* Textile reader: Rewrote simpleInline for clarity and efficiency.John MacFarlane2014-05-06
* Textile reader: Disallow blank lines in inline contexts.John MacFarlane2014-05-06
* Make `--trace` work with textile reader.John MacFarlane2014-05-06
* Textile reader: Rewrote some inline parsing code for clarity.John MacFarlane2014-05-06
* Textile reader: Improved link parsing.John MacFarlane2014-04-07
* Textile reader: Better support for attributes.John MacFarlane2014-04-05
* Textile reader: Improved treatment of HTML spans (%).John MacFarlane2014-04-05
* Removed whitespace at ends of lines.John MacFarlane2014-04-05
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering2014-04-01
* HLint: redundant parensHenry de Valence2013-12-19
* Use registerHeader in Textile reader.John MacFarlane2013-09-01
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Revert "Textile reader: Removed raw LaTeX parsing."John MacFarlane2013-08-08
* Textile reader: Removed raw LaTeX parsing.John MacFarlane2013-08-07
* Textile reader: Improved handling of `<pre>` blocks.John MacFarlane2013-07-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* Textile reader: Correctly handle entities.John MacFarlane2013-06-11
* Textile reader: Handle attributes on headers.John MacFarlane2013-02-16
* Added Attr field to Header.John MacFarlane2013-01-09
* Textile reader/writer: Fixed autolinks.John MacFarlane2012-11-06
* Textile parser: Expanded list of stringBreakers.John MacFarlane2012-11-06
* Textile reader: Allow newlines before pipes in table.John MacFarlane2012-11-05
* Textile reader: Fixed bug with list items containing line breaks.John MacFarlane2012-10-13
* Textile reader: Implemented comment blocks.John MacFarlane2012-10-05
* Textile reader: Avoid parsing dashes as strikeout.John MacFarlane2012-09-28
* Textile reader: Fixed bug affected words ending in hyphen.John MacFarlane2012-09-28
* Textile: Improvements to surround and symbol.John MacFarlane2012-09-28
* Removed nullBlock.John MacFarlane2012-09-27
* Textile reader: Improved speed of hyphenedWords.John MacFarlane2012-09-06
* Removed obsolete comment.John MacFarlane2012-09-06
* Fixed footnotes bug in textile.John MacFarlane2012-09-06
* Fixed whitespace errors.John MacFarlane2012-07-26
* Textile reader: Replace failIfStrict with guardEnabled.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane2012-07-25
* Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Options -> ReaderOptions.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* Textile reader: properly handle links with surrounding brackets.John MacFarlane2012-07-13
* Textile reader: fix for `<notextile>` and `==`.paul.rivier2012-05-29
* Added a couple needed trys to textile reader.John MacFarlane2012-05-29
* Textile reader: Parse +text+ as emphasized (should be underline).John MacFarlane2012-04-27