aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.rst
AgeCommit message (Expand)AuthorFilesLines
2015-04-07RST writer: better handling of raw latex inline.John MacFarlane1-1/+5
2014-11-25Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane1-0/+23
2014-11-25RST writer: Omit blank lines after list items.John MacFarlane1-23/+1
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-4/+39
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-5/+30
2013-01-13RST writer: Fixes bug with links with duplicate text.John MacFarlane1-28/+28
2013-01-13Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane1-2/+2
2012-11-04RST writer: Don't add ":align: center" to figures.John MacFarlane1-1/+0
2012-03-24RST writer: Better handling of inline formatting.John MacFarlane1-3/+3
2011-12-31Support for math in RST reader and writer.John MacFarlane1-8/+9
2011-12-04Added blank comment after directives in rst template.John MacFarlane1-0/+1
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-0/+8
2010-12-17Added new prettyprinting module.John MacFarlane1-140/+67
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-2/+0
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane1-27/+27
2010-03-18RST writer: handle images in figures.fiddlosopher1-2/+5
2009-12-31Improved RST writer.fiddlosopher1-1/+1
2009-12-31Fixed RST writer to use new templates.fiddlosopher1-0/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-0/+37
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher1-6/+8
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-2/+2
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher1-0/+1
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher1-1/+1
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher1-2/+2
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher1-1/+1
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher1-7/+10
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher1-24/+0
2007-11-29Modified writer tests for new Math and TeX output.fiddlosopher1-9/+2
2007-09-10+ Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher1-73/+73
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher1-0/+2
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher1-0/+4
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-23/+91
2007-07-28Brought test suite up to date.fiddlosopher1-7/+5
2007-07-22Updated test suite for writers, adding tests forfiddlosopher1-0/+11
2007-07-09Added a test case with an inline link containing bracketed text.fiddlosopher1-1/+2
2007-05-10Updated test suite with new tests for definition lists.fiddlosopher1-0/+51
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-83/+61
2007-01-06Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher1-0/+3
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-2/+2
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher1-1/+2
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-1/+1
2006-12-21+ Added regression tests with footnotes in quote blocks and lists.fiddlosopher1-0/+9
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher1-7/+15
2006-12-19Changed footnote syntax to conform to the de facto standardfiddlosopher1-6/+5
2006-12-16Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher1-0/+1
2006-10-17initial importfiddlosopher1-0/+743