summaryrefslogtreecommitdiff
path: root/tests/writer.native
Commit message (Expand)AuthorAge
* Test fixes.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* 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
* | HTML reader/writer: better handling of "section" elements.John MacFarlane2015-10-11
|/
* Markdown reader: better handling of paragraph in div.John MacFarlane2014-08-31
* Revamped raw HTML block parsing in markdown.John MacFarlane2014-07-07
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* 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
* Some test suite fixes for new metadata.John MacFarlane2013-06-25
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Added Attr field to Header.John MacFarlane2013-01-09
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Major rewrite of markdown reader.John MacFarlane2012-08-01
* Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Updated tests.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Make sure native output ends in newline with --standalone.John MacFarlane2011-01-21
* Updated tests for new native format.John MacFarlane2011-01-20
* Fixed regression in markdown reader.John MacFarlane2011-01-01
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher2010-02-28
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher2009-04-30
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher2008-06-08
* Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher2008-02-09
* Modified tests for new argument in CodeBlock.fiddlosopher2008-02-09
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Brought test suite up to date.fiddlosopher2007-07-28
* Updated test suite for writers, adding tests forfiddlosopher2007-07-22
* Added a test case with an inline link containing bracketed text.fiddlosopher2007-07-09
* Updated test suite with new tests for definition lists.fiddlosopher2007-05-10
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Cleaned up handling of embedded quotes in link titles.fiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06