summaryrefslogtreecommitdiff
path: root/tests/writer.rst
Commit message (Expand)AuthorAge
* RST writer: better handling of raw latex inline.John MacFarlane2015-04-07
* Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane2014-11-25
* RST writer: Omit blank lines after list items.John MacFarlane2014-11-25
* 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
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* RST writer: Don't add ":align: center" to figures.John MacFarlane2012-11-04
* RST writer: Better handling of inline formatting.John MacFarlane2012-03-24
* Support for math in RST reader and writer.John MacFarlane2011-12-31
* Added blank comment after directives in rst template.John MacFarlane2011-12-04
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Added new prettyprinting module.John MacFarlane2010-12-17
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2010-06-30
* RST writer: handle images in figures.fiddlosopher2010-03-18
* Improved RST writer.fiddlosopher2009-12-31
* Fixed RST writer to use new templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher2008-12-17
* 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
* Use an interpreted text role to render math in restructuredText.fiddlosopher2008-01-04
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* + Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher2007-09-10
* 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
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* + Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher2007-01-04
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Merged changes to footnotes branch r219-r240.fiddlosopher2006-12-19
* Changed footnote syntax to conform to the de facto standardfiddlosopher2006-12-19
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* initial importfiddlosopher2006-10-17