Age | Commit message (Expand) | Author | Files | Lines |
2016-12-04 | Markdown writer: Fixed incorrect word wrapping. | John MacFarlane | 1 | -2/+2 |
2016-11-15 | Markdown writer: fixed inconsistent spacing issue. | John MacFarlane | 1 | -1/+0 |
2016-01-21 | Markdown writer: Use hyphens for yaml metadata block bottom line | Henrik Tramberend | 1 | -1/+1 |
2015-04-18 | Markdown writer: improved escaping. | John MacFarlane | 1 | -11/+11 |
2015-02-25 | Markdown writer: Avoid introducing spurious list items through wrapping. | John MacFarlane | 1 | -2/+2 |
2014-07-27 | Markdown writer: More improvements to 'plain' output, updated tests. | John MacFarlane | 1 | -13/+27 |
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -18/+4 |
2013-09-06 | Markdown writer: Fixed bugs in YAML header output. | John MacFarlane | 1 | -1/+1 |
2013-08-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 1 | -5/+22 |
2013-07-01 | Markdown writer: Commas are okay in plain yaml scalars. | John MacFarlane | 1 | -1/+1 |
2013-07-01 | Markdown writer: Render yaml title block fields in alpha order. | John MacFarlane | 1 | -1/+1 |
2013-07-01 | Improvements to yaml title block writer. | John MacFarlane | 1 | -3/+3 |
2013-07-01 | Switched order of fields in yaml header (writer test). | John MacFarlane | 1 | -2/+2 |
2013-07-01 | Revert "Markdown writer: Don't include variables in metadata." | John MacFarlane | 1 | -1/+1 |
2013-07-01 | Markdown writer: Don't include variables in metadata. | John MacFarlane | 1 | -1/+1 |
2013-06-30 | Markdown writer: Support yaml title block. | John MacFarlane | 1 | -4/+7 |
2013-04-09 | Update markdown writer tests for changes in author in titleblock. | John MacFarlane | 1 | -1/+2 |
2012-05-16 | Markdown writer: Improved definition lists. | John MacFarlane | 1 | -22/+22 |
2012-04-15 | Mardkown writer: escape < and $. | John MacFarlane | 1 | -4/+4 |
2011-11-24 | Mardkown writer tests: Use setext headers for levels 1-2. | John MacFarlane | 1 | -27/+54 |
2010-12-20 | Markdown writer: use \ for newline instead of two spaces at eol. | John MacFarlane | 1 | -1/+1 |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -80/+37 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -3/+0 |
2010-06-30 | Use unicode for smart punctuation in plain, markdown, rst formats. | John MacFarlane | 1 | -27/+27 |
2010-03-18 | Added plain writer. | fiddlosopher | 1 | -22/+22 |
2009-12-31 | Use separate title, author, date variables in markdown template. | fiddlosopher | 1 | -1/+1 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -3/+39 |
2009-07-18 | Changed escapes in markdown writer. | fiddlosopher | 1 | -5/+5 |
2008-12-17 | Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0 | fiddlosopher | 1 | -2/+4 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -2/+2 |
2008-07-15 | Fixed bug in Markdown parser: regular $s triggering math mode. | fiddlosopher | 1 | -0/+1 |
2008-07-11 | Print unicode \160 literally in markdown writer, rather than as . | fiddlosopher | 1 | -3/+3 |
2008-07-11 | In smart mode, use nonbreaking spaces after abbreviations in markdown parser. | fiddlosopher | 1 | -1/+1 |
2008-07-11 | Treat '\ ' in (extended) markdown as nonbreaking space. | fiddlosopher | 1 | -2/+2 |
2008-06-08 | Markdown smart typography: Em dashes no longer eat surrounding whitespace. | fiddlosopher | 1 | -1/+1 |
2007-12-08 | Removed support for "box-style" block quotes in markdown. | fiddlosopher | 1 | -17/+0 |
2007-08-23 | Added new rule for enhanced markdown ordered lists: if the list marker | fiddlosopher | 1 | -0/+2 |
2007-08-18 | + Fixed bug in markdown ordered list parsing. The problem was | fiddlosopher | 1 | -0/+4 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -0/+31 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 1 | -0/+1 |
2007-07-22 | Updated test suite for writers, adding tests for | fiddlosopher | 1 | -0/+9 |
2007-07-09 | Added a test case with an inline link containing bracketed text. | fiddlosopher | 1 | -1/+2 |
2007-05-10 | Updated test suite with new tests for definition lists. | fiddlosopher | 1 | -0/+47 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -41/+26 |
2007-01-27 | Cleaned up handling of embedded quotes in link titles. | fiddlosopher | 1 | -3/+3 |
2007-01-24 | Modified Markdown writer to use autolinks when possible. | fiddlosopher | 1 | -5/+4 |
2007-01-06 | Fixed bug in Markdown reader's handling of underscores and other | fiddlosopher | 1 | -0/+2 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -2/+2 |
2007-01-05 | Changed Markdown writer so that it does not use the single-bracket | fiddlosopher | 1 | -6/+6 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 1 | -6/+6 |