summaryrefslogtreecommitdiff
path: root/tests/writer.markdown
Commit message (Expand)AuthorAge
* Markdown writer: Fixed bugs in YAML header output.John MacFarlane2013-09-06
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Markdown writer: Commas are okay in plain yaml scalars.John MacFarlane2013-07-01
* Markdown writer: Render yaml title block fields in alpha order.John MacFarlane2013-07-01
* Improvements to yaml title block writer.John MacFarlane2013-07-01
* Switched order of fields in yaml header (writer test).John MacFarlane2013-07-01
* Revert "Markdown writer: Don't include variables in metadata."John MacFarlane2013-07-01
* Markdown writer: Don't include variables in metadata.John MacFarlane2013-07-01
* Markdown writer: Support yaml title block.John MacFarlane2013-06-30
* Update markdown writer tests for changes in author in titleblock.John MacFarlane2013-04-09
* Markdown writer: Improved definition lists.John MacFarlane2012-05-16
* Mardkown writer: escape < and $.John MacFarlane2012-04-15
* Mardkown writer tests: Use setext headers for levels 1-2.John MacFarlane2011-11-24
* Markdown writer: use \ for newline instead of two spaces at eol.John MacFarlane2010-12-20
* 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
* Added plain writer.fiddlosopher2010-03-18
* Use separate title, author, date variables in markdown template.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Changed escapes in markdown writer.fiddlosopher2009-07-18
* 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
* Print unicode \160 literally in markdown writer, rather than as &nbsp;.fiddlosopher2008-07-11
* 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
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* 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
* Modified Markdown writer to use autolinks when possible.fiddlosopher2007-01-24
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Changed Markdown writer so that it does not use the single-bracketfiddlosopher2007-01-05
* 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