summaryrefslogtreecommitdiff
path: root/tests/writer.rtf
Commit message (Expand)AuthorAge
* Test fixes.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Updated tests for image attribute changes.John MacFarlane2015-08-07
* Markdown reader: better handling of paragraph in div.John MacFarlane2014-08-31
* Updated RTF writer tests.John MacFarlane2014-07-30
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Updated writer tests for new version of texmath.John MacFarlane2011-11-12
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Use texmath's parser in TexMath module.John MacFarlane2010-04-25
* Modified RTF writer to use new templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* 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
* Fixed bug in RTF writer:fiddlosopher2008-03-26
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Updated test suite -- no italics for digits.fiddlosopher2007-12-02
* Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher2007-12-02
* 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
* + Use new alignment parameter in title/author/date,fiddlosopher2007-05-09
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* 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
* Changes to RTF writer:fiddlosopher2006-10-29
* initial importfiddlosopher2006-10-17