aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
AgeCommit message (Expand)AuthorFilesLines
2011-07-10Textile reader: Make it possible to have colons after links.Christoffer Sawicki1-0/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-1/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-6/+6
2011-01-23Textile reader: Fixed bug (swallowed p at beginning of paragraph).John MacFarlane1-0/+1
2011-01-23Textile reader: Support <tt> for inline code.John MacFarlane1-0/+1
2011-01-23Textile reader: Added code blocks with bc.John MacFarlane1-0/+1
2011-01-21Make sure native output ends in newline with --standalone.John MacFarlane1-1/+1
2011-01-20Updated tests for new native format.John MacFarlane1-149/+144
2010-12-09textile redcloth definition listspaul.rivier1-0/+14
2010-12-09Textile reader: better treatment of acronyms.John MacFarlane1-1/+1
2010-12-08Textile reader: Implemented footnotes.John MacFarlane1-2/+4
2010-12-07Moved smartPunctuation from Markdown to Parsing.John MacFarlane1-8/+8
2010-12-07Textile reader: implemented acronyms, (tm), (r), (c).John MacFarlane1-1/+7
2010-12-03Textile reader: added hrule parser.John MacFarlane1-1/+1
2010-12-03Textile reader: drop leading, trailing newline in pre block.John MacFarlane1-2/+2
2010-12-03Textile reader: updated test suite to include raw HTML.John MacFarlane1-6/+6
2010-12-03punctuation handling, and more html-specific handlingpaul.rivier1-35/+33
2010-12-03html inlines and html blocks handling in textile readerPaul Rivier1-1/+15
2010-12-03textile reader now ignores html/css attributesPaul Rivier1-1/+14
2010-12-03fix autolink by promoting it in the parser list, fix table parabreakPaul Rivier1-19/+2
2010-12-03more support for Textile reader (explicit links, images), tests and cabal ent...Paul Rivier1-0/+120