summaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
Commit message (Expand)AuthorAge
* Textile reader: disallow empty URL in explicit link.John MacFarlane2016-07-22
* Added test for extended code block in textile.John MacFarlane2016-07-22
* Textile reader: support `bc..` extended code blocks.John MacFarlane2016-07-22
* Textile reader: fixed attributes.John MacFarlane2016-06-23
* Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane2016-01-25
* Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane2016-01-02
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated tests for link attribute changes.mb212015-08-07
| * Updated tests for image attribute changes.John MacFarlane2015-08-07
* | Textile reader: don't do smart punctuation unless explicitly asked.John MacFarlane2015-10-30
|/
* Make `raw_tex` extension non-default for textile reader, writer.John MacFarlane2014-08-14
* Textile reader: list and HTML block parsing improvements.John MacFarlane2014-08-11
* Textile reader: fixed list parsing bug. Closes #1500.John MacFarlane2014-08-08
* Textile reader: Better support for attributes.John MacFarlane2014-04-05
* Textile reader: Improved treatment of HTML spans (%).John MacFarlane2014-04-05
* Tests updated to reflect changes to readers.Matthew Pickering2014-04-01
* Use registerHeader in Textile reader.John MacFarlane2013-09-01
* Updated tests for latest pandoc-types changes.John MacFarlane2013-08-16
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
* Updated tests for new Format.John MacFarlane2013-08-10
* Textile reader: Improved handling of `<pre>` blocks.John MacFarlane2013-07-25
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
* 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 reader: Fixed bug with list items containing line breaks.John MacFarlane2012-10-13
* Textile reader: Implemented comment blocks.John MacFarlane2012-10-05
* Fixed footnotes bug in textile.John MacFarlane2012-09-06
* Added (failing) test case for #518.John MacFarlane2012-08-25
* Textile reader: properly handle links with surrounding brackets.John MacFarlane2012-07-13
* Textile reader: fix for `<notextile>` and `==`.paul.rivier2012-05-29
* 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
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* 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 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
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Updated tests for new native format.John MacFarlane2011-01-20
* 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: added hrule parser.John MacFarlane2010-12-03
* Textile reader: drop leading, trailing newline in pre block.John MacFarlane2010-12-03