aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
AgeCommit message (Expand)AuthorFilesLines
2016-07-22Textile reader: disallow empty URL in explicit link.John MacFarlane1-0/+1
2016-07-22Added test for extended code block in textile.John MacFarlane1-0/+2
2016-07-22Textile reader: support `bc..` extended code blocks.John MacFarlane1-1/+1
2016-06-23Textile reader: fixed attributes.John MacFarlane1-0/+2
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane1-2/+5
2016-01-02Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane1-4/+5
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-8/+8
2015-10-30Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane1-8/+8
2015-08-07Updated tests for link attribute changes.mb211-7/+7
2015-08-07Updated tests for image attribute changes.John MacFarlane1-1/+1
2014-08-14Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane1-4/+0
2014-08-11Textile reader: list and HTML block parsing improvements.John MacFarlane1-6/+7
2014-08-08Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane1-0/+4
2014-04-05Textile reader: Better support for attributes.John MacFarlane1-1/+1
2014-04-05Textile reader: Improved treatment of HTML spans (%).John MacFarlane1-1/+1
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering1-46/+45
2013-09-01Use registerHeader in Textile reader.John MacFarlane1-29/+29
2013-08-16Updated tests for latest pandoc-types changes.John MacFarlane1-1/+1
2013-08-14Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane1-9/+9
2013-08-10Updated tests for new Format.John MacFarlane1-8/+8
2013-07-25Textile reader: Improved handling of `<pre>` blocks.John MacFarlane1-1/+1
2013-06-25Some test suite fixes for new metadata.John MacFarlane1-1/+1
2013-06-11Textile reader: Correctly handle entities.John MacFarlane1-0/+2
2013-02-16Textile reader: Handle attributes on headers.John MacFarlane1-1/+1
2013-01-09Added Attr field to Header.John MacFarlane1-29/+29
2012-11-06Textile reader/writer: Fixed autolinks.John MacFarlane1-1/+1
2012-10-13Textile reader: Fixed bug with list items containing line breaks.John MacFarlane1-0/+4
2012-10-05Textile reader: Implemented comment blocks.John MacFarlane1-1/+4
2012-09-06Fixed footnotes bug in textile.John MacFarlane1-1/+1
2012-08-25Added (failing) test case for #518.John MacFarlane1-1/+1
2012-07-13Textile reader: properly handle links with surrounding brackets.John MacFarlane1-0/+1
2012-05-29Textile reader: fix for `<notextile>` and `==`.paul.rivier1-0/+4
2012-04-24textile reader improvements : better conformance to RedCloth Textile inlinespaul.rivier1-3/+3
2012-04-17Textile reader quick clean-up and added support for LaTeX blocks and inlines.paul.rivier1-0/+4
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-8/+8
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