aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.markdown
AgeCommit message (Expand)AuthorFilesLines
2017-01-25Made `smart` extension default for pandoc markdown.John MacFarlane1-27/+27
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane1-2/+2
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane1-1/+0
2016-01-21Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend1-1/+1
2015-04-18Markdown writer: improved escaping.John MacFarlane1-11/+11
2015-02-25Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane1-2/+2
2014-07-27Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane1-13/+27
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-18/+4
2013-09-06Markdown writer: Fixed bugs in YAML header output.John MacFarlane1-1/+1
2013-08-18Adjusted writers and tests for change in parsing of div/span.John MacFarlane1-5/+22
2013-07-01Markdown writer: Commas are okay in plain yaml scalars.John MacFarlane1-1/+1
2013-07-01Markdown writer: Render yaml title block fields in alpha order.John MacFarlane1-1/+1
2013-07-01Improvements to yaml title block writer.John MacFarlane1-3/+3
2013-07-01Switched order of fields in yaml header (writer test).John MacFarlane1-2/+2
2013-07-01Revert "Markdown writer: Don't include variables in metadata."John MacFarlane1-1/+1
2013-07-01Markdown writer: Don't include variables in metadata.John MacFarlane1-1/+1
2013-06-30Markdown writer: Support yaml title block.John MacFarlane1-4/+7
2013-04-09Update markdown writer tests for changes in author in titleblock.John MacFarlane1-1/+2
2012-05-16Markdown writer: Improved definition lists.John MacFarlane1-22/+22
2012-04-15Mardkown writer: escape < and $.John MacFarlane1-4/+4
2011-11-24Mardkown writer tests: Use setext headers for levels 1-2.John MacFarlane1-27/+54
2010-12-20Markdown writer: use \ for newline instead of two spaces at eol.John MacFarlane1-1/+1
2010-12-17Added new prettyprinting module.John MacFarlane1-80/+37
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-3/+0
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane1-27/+27
2010-03-18Added plain writer.fiddlosopher1-22/+22
2009-12-31Use separate title, author, date variables in markdown template.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-3/+39
2009-07-18Changed escapes in markdown writer.fiddlosopher1-5/+5
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher1-2/+4
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-11Print unicode \160 literally in markdown writer, rather than as &nbsp;.fiddlosopher1-3/+3
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
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher1-17/+0
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-0/+31
2007-07-28Brought test suite up to date.fiddlosopher1-0/+1
2007-07-22Updated test suite for writers, adding tests forfiddlosopher1-0/+9
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/+47
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-41/+26
2007-01-27Cleaned up handling of embedded quotes in link titles.fiddlosopher1-3/+3
2007-01-24Modified Markdown writer to use autolinks when possible.fiddlosopher1-5/+4
2007-01-06Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher1-0/+2
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-2/+2
2007-01-05Changed Markdown writer so that it does not use the single-bracketfiddlosopher1-6/+6