summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Textile.hs
Commit message (Expand)AuthorAge
* 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
* textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier2012-04-24
* Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier2012-04-17
* Textile reader: Implemented literal escapes with `==` and `<notextile>`.John MacFarlane2012-04-05
* fix doc generation failure against haddock-2.10.0Sergei Trofimovich2012-03-12
* New treatment of dashes in --smart mode.John MacFarlane2012-01-01
* Better smart quote parsing.John MacFarlane2011-12-29
* Textile reader: Make it possible to have colons after links.Christoffer Sawicki2011-07-10
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Textile writer: Don't HTML-escape between @'s.John MacFarlane2011-01-23
* Textile reader: Fixed bug (swallowed p at beginning of paragraph).John MacFarlane2011-01-23
* Textile reader: Support <tt> for inline code.John MacFarlane2011-01-23
* Textile reader: Added code blocks with bc.John MacFarlane2011-01-23
* Textile reader: Slight speed improvement.John MacFarlane2010-12-30
* New HTML reader using tagsoup as a lexer.John MacFarlane2010-12-30
* textile redcloth definition listspaul.rivier2010-12-09
* Textile reader: better treatment of acronyms.John MacFarlane2010-12-09
* Textile reader: Implemented footnotes.John MacFarlane2010-12-08
* Moved smartPunctuation from Markdown to Parsing.John MacFarlane2010-12-07
* Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane2010-12-07
* Textile reader: temporarily removed smartPunctuation.John MacFarlane2010-12-03
* Textile reader: added hrule parser.John MacFarlane2010-12-03
* Textile reader: Turn on smart punctuation by default.John MacFarlane2010-12-03