Age | Commit message (Expand) | Author | Files | Lines |
2015-12-12 | Modified readers to emit SoftBreak when appropriate. | John MacFarlane | 1 | -1/+1 |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -19/+19 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -33/+33 |
2015-10-11 | HTML reader/writer: better handling of "section" elements. | John MacFarlane | 1 | -4/+14 |
2015-08-07 | Updated tests for link attribute changes. | mb21 | 1 | -31/+31 |
2015-08-07 | Updated tests for image attribute changes. | John MacFarlane | 1 | -2/+2 |
2014-08-31 | Markdown reader: better handling of paragraph in div. | John MacFarlane | 1 | -2/+2 |
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -7/+22 |
2013-08-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 1 | -14/+4 |
2013-08-16 | Updated tests for latest pandoc-types changes. | John MacFarlane | 1 | -1/+1 |
2013-08-14 | Updated for removed unMeta, unFormat in pandoc-types. | John MacFarlane | 1 | -19/+19 |
2013-08-10 | Updated tests for new Format. | John MacFarlane | 1 | -18/+18 |
2013-06-25 | Some test suite fixes for new metadata. | John MacFarlane | 1 | -2/+2 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -2/+2 |
2013-01-15 | Use 'fig:' instead of '\SOH' in title to indicate figure. | John MacFarlane | 1 | -1/+1 |
2013-01-14 | Implemented Ext_implicit_figures. | John MacFarlane | 1 | -1/+1 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -31/+31 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -4/+4 |
2012-08-01 | Major rewrite of markdown reader. | John MacFarlane | 1 | -134/+134 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -20/+20 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -10/+10 |
2011-01-26 | Updated tests. | John MacFarlane | 1 | -1/+1 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -18/+18 |
2011-01-21 | Make sure native output ends in newline with --standalone. | John MacFarlane | 1 | -1/+1 |
2011-01-20 | Updated tests for new native format. | John MacFarlane | 1 | -416/+395 |
2011-01-01 | Fixed regression in markdown reader. | John MacFarlane | 1 | -97/+97 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+0 |
2010-02-28 | Added accessors (docTitle, docAuthors, docDate) to Meta type. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Changed Meta author and date types to Inline lists instead of Strings. | fiddlosopher | 1 | -1/+1 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -36/+67 |
2009-04-30 | Markdown reader: improved efficiency of abbreviation parsing. | fiddlosopher | 1 | -1/+1 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -8/+7 |
2008-07-15 | Fixed bug in Markdown parser: regular $s triggering math mode. | fiddlosopher | 1 | -0/+1 |
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 |
2008-02-09 | Updated test suite to new baseline (but no tests yet for new code block syntax). | fiddlosopher | 1 | -11/+11 |
2008-02-09 | Modified tests for new argument in CodeBlock. | fiddlosopher | 1 | -11/+11 |
2007-12-08 | Removed support for "box-style" block quotes in markdown. | fiddlosopher | 1 | -14/+0 |
2007-11-29 | Fixed small error in testsuite.native. | fiddlosopher | 1 | -1/+1 |
2007-11-29 | Changed tests to use new Math block element. | fiddlosopher | 1 | -7/+7 |
2007-08-23 | Added new rule for enhanced markdown ordered lists: if the list marker | fiddlosopher | 1 | -0/+1 |
2007-08-18 | + Fixed bug in markdown ordered list parsing. The problem was | fiddlosopher | 1 | -0/+2 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -10/+38 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 1 | -2/+3 |
2007-07-28 | Updated testsuite.native - autolinks should have the | fiddlosopher | 1 | -2/+2 |
2007-07-22 | Updated test suite for writers, adding tests for | fiddlosopher | 1 | -0/+4 |
2007-07-09 | Added a test case with an inline link containing bracketed text. | fiddlosopher | 1 | -1/+1 |
2007-05-10 | Updated test suite with new tests for definition lists. | fiddlosopher | 1 | -0/+45 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -62/+36 |