Age | Commit message (Expand) | Author | Files | Lines |
2015-12-03 | Fixed man template so disabling hyphenation actually works. | John MacFarlane | 1 | -1/+1 |
2015-10-18 | Tests: Unset `pandoc-version` so we don't get the comment... | John MacFarlane | 1 | -2/+0 |
2015-10-10 | Adjusted man writer test for latest template changes. | John MacFarlane | 1 | -0/+3 |
2014-08-31 | Markdown reader: better handling of paragraph in div. | John MacFarlane | 1 | -0/+2 |
2013-11-01 | TexMath: Export readTeXMath', which attends to display/inline. | John MacFarlane | 1 | -1/+1 |
2013-06-27 | Man writer: give more fine-grained control in template. | John MacFarlane | 1 | -1/+1 |
2012-08-18 | Man writer: Escape - as \-. | John MacFarlane | 1 | -10/+10 |
2011-11-12 | Updated writer tests for new version of texmath. | John MacFarlane | 1 | -2/+3 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -1/+0 |
2010-12-22 | Man writer: updated to use Pretty. | John MacFarlane | 1 | -27/+19 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+0 |
2010-07-14 | Improved handling of code in man writer. | John MacFarlane | 1 | -52/+74 |
2010-04-26 | Man writer: convert math to unicode when possible. | John MacFarlane | 1 | -8/+7 |
2009-12-31 | Revised man writer to use new templates. | fiddlosopher | 1 | -1/+2 |
2009-12-07 | Don't print raw HTML in man output. | fiddlosopher | 1 | -66/+0 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -0/+55 |
2009-06-06 | Man writer: break lines at end of each sentence. | fiddlosopher | 1 | -93/+104 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -1/+3 |
2008-08-10 | Man writer: don't escape " as \". | fiddlosopher | 1 | -2/+2 |
2008-07-15 | Fixed bug in Markdown parser: regular $s triggering math mode. | fiddlosopher | 1 | -0/+2 |
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 | -28/+0 |
2007-12-02 | Added Text.Pandoc.Readers.TeXMath and changed default handling of math. | fiddlosopher | 1 | -7/+7 |
2007-11-29 | Modified writer tests for new Math and TeX output. | fiddlosopher | 1 | -14/+7 |
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 | -26/+71 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Updated test suite for writers, adding tests for | fiddlosopher | 1 | -0/+9 |
2007-07-22 | Fixed newline issue at end of man page writer test. | fiddlosopher | 1 | -1/+1 |
2007-07-22 | Man writer: | fiddlosopher | 1 | -2/+2 |
2007-07-09 | Added a test case with an inline link containing bracketed text. | fiddlosopher | 1 | -1/+2 |
2007-07-08 | Added version of test suite for man page. | fiddlosopher | 1 | -0/+749 |