aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
AgeCommit message (Expand)Author
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane
2014-08-08Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering
2013-06-11Textile reader: Correctly handle entities.John MacFarlane
2013-02-16Textile reader: Handle attributes on headers.John MacFarlane
2012-11-06Textile reader/writer: Fixed autolinks.John MacFarlane
2012-10-13Textile reader: Fixed bug with list items containing line breaks.John MacFarlane
2012-10-05Textile reader: Implemented comment blocks.John MacFarlane
2012-08-25Added (failing) test case for #518.John MacFarlane
2012-07-13Textile reader: properly handle links with surrounding brackets.John MacFarlane
2012-05-29Textile reader: fix for `<notextile>` and `==`.paul.rivier
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier
2012-04-17Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier
2011-07-10Textile reader: Make it possible to have colons after links.Christoffer Sawicki
2011-01-23Textile reader: Fixed bug (swallowed p at beginning of paragraph).John MacFarlane
2011-01-23Textile reader: Support <tt> for inline code.John MacFarlane
2011-01-23Textile reader: Added code blocks with bc.John MacFarlane
2010-12-09textile redcloth definition listspaul.rivier
2010-12-08Textile reader: Implemented footnotes.John MacFarlane
2010-12-07Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane
2010-12-03punctuation handling, and more html-specific handlingpaul.rivier
2010-12-03html inlines and html blocks handling in textile readerPaul Rivier
2010-12-03textile reader now ignores html/css attributesPaul Rivier
2010-12-03fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ent...Paul Rivier