Age | Commit message (Expand) | Author | Files | Lines |
2013-01-13 | RST writer: Fixes bug with links with duplicate text. | John MacFarlane | 1 | -28/+28 |
2013-01-13 | Use line block in RST writer when a paragraph contains linebreaks. | John MacFarlane | 1 | -2/+2 |
2012-11-04 | RST writer: Don't add ":align: center" to figures. | John MacFarlane | 1 | -1/+0 |
2012-03-24 | RST writer: Better handling of inline formatting. | John MacFarlane | 1 | -3/+3 |
2011-12-31 | Support for math in RST reader and writer. | John MacFarlane | 1 | -8/+9 |
2011-12-04 | Added blank comment after directives in rst template. | John MacFarlane | 1 | -0/+1 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -0/+8 |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -140/+67 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -2/+0 |
2010-06-30 | Use unicode for smart punctuation in plain, markdown, rst formats. | John MacFarlane | 1 | -27/+27 |
2010-03-18 | RST writer: handle images in figures. | fiddlosopher | 1 | -2/+5 |
2009-12-31 | Improved RST writer. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Fixed RST writer to use new templates. | fiddlosopher | 1 | -0/+1 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -0/+37 |
2008-12-17 | Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0 | fiddlosopher | 1 | -6/+8 |
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 | 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-01-04 | Use an interpreted text role to render math in restructuredText. | fiddlosopher | 1 | -7/+10 |
2007-12-08 | Removed support for "box-style" block quotes in markdown. | fiddlosopher | 1 | -24/+0 |
2007-11-29 | Modified writer tests for new Math and TeX output. | fiddlosopher | 1 | -9/+2 |
2007-09-10 | + Fixed bug in RST writer's handling of ordered lists. Previously, | fiddlosopher | 1 | -73/+73 |
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 | -23/+91 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 1 | -7/+5 |
2007-07-22 | Updated test suite for writers, adding tests for | fiddlosopher | 1 | -0/+11 |
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/+51 |
2007-04-10 | Extensive changes stemming from a rethinking of the Pandoc data | fiddlosopher | 1 | -83/+61 |
2007-01-06 | Fixed bug in Markdown reader's handling of underscores and other | fiddlosopher | 1 | -0/+3 |
2007-01-06 | Merged changes from 'quotes' branch since r431. Smart typography | fiddlosopher | 1 | -2/+2 |
2007-01-04 | + Improved text wrapping algorithm in markdown, docbook, and RST writers. | fiddlosopher | 1 | -1/+2 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 1 | -1/+1 |
2006-12-21 | + Added regression tests with footnotes in quote blocks and lists. | fiddlosopher | 1 | -0/+9 |
2006-12-19 | Merged changes to footnotes branch r219-r240. | fiddlosopher | 1 | -7/+15 |
2006-12-19 | Changed footnote syntax to conform to the de facto standard | fiddlosopher | 1 | -6/+5 |
2006-12-16 | Changed 'putStrLn' to 'putStr' in Main.hs, and modified some | fiddlosopher | 1 | -0/+1 |
2006-10-17 | initial import | fiddlosopher | 1 | -0/+743 |