Age | Commit message (Expand) | Author | Files | Lines |
2014-07-07 | Revamped raw HTML block parsing in markdown. | John MacFarlane | 1 | -14/+4 |
2014-05-03 | DocBook writer: Small tweaks to last commit. | John MacFarlane | 1 | -1/+1 |
2014-05-03 | Distinguish tight and loose lists in Docbook output | Neil Mayhew | 1 | -30/+30 |
2014-04-12 | Improve handling of hard line breaks in Docbook writer | Neil Mayhew | 1 | -4/+2 |
2014-04-04 | DocBook reader/writer tests: use "authorgroup". | John MacFarlane | 1 | -8/+10 |
2013-11-01 | TexMath: Export readTeXMath', which attends to display/inline. | John MacFarlane | 1 | -1/+1 |
2013-08-18 | Adjusted writers and tests for change in parsing of div/span. | John MacFarlane | 1 | -25/+15 |
2013-04-15 | Updated tests to match new docbook template. | John MacFarlane | 1 | -2/+2 |
2013-01-28 | DocBook writer: for linebreak, but newline in literallayout. | John MacFarlane | 1 | -1/+2 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -3/+3 |
2012-01-27 | Docbook writer: Use sect1, sect2, etc. instead of section. | John MacFarlane | 1 | -62/+62 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -17/+17 |
2011-11-12 | Updated writer tests for new version of texmath. | John MacFarlane | 1 | -2/+2 |
2011-07-24 | Docbook writer: Use programlisting for code blocks. | John MacFarlane | 1 | -22/+22 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -2/+0 |
2010-12-21 | Docbook writer: Updated to use Pretty. | John MacFarlane | 1 | -127/+106 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -2/+0 |
2010-04-25 | Use texmath's parser in TexMath module. | John MacFarlane | 1 | -5/+5 |
2010-03-17 | Docbook writer: support images as figures. | fiddlosopher | 1 | -9/+6 |
2010-01-01 | Docbook writer: use unicode instead of entities. | fiddlosopher | 1 | -7/+6 |
2009-12-31 | Updated docbook writer to use new templates. | fiddlosopher | 1 | -1246/+1246 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -0/+102 |
2009-12-05 | Docbook writer: add ids to sections. Use link for internal links. | fiddlosopher | 1 | -31/+31 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -4/+1 |
2008-08-09 | Rewrote test suite so it doesn't depend on perl or unix tools. | fiddlosopher | 1 | -0/+129 |
2008-07-15 | Fixed bug in Markdown parser: regular $s triggering math mode. | fiddlosopher | 1 | -0/+5 |
2008-07-13 | Escape '\160' as " ", not " " in XML. | 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/+3 |
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 | -40/+0 |
2007-12-02 | Updated test suite -- no italics for digits. | fiddlosopher | 1 | -3/+3 |
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/+3 |
2007-08-18 | + Fixed bug in markdown ordered list parsing. The problem was | fiddlosopher | 1 | -0/+6 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -10/+105 |
2007-07-28 | Brought test suite up to date. | fiddlosopher | 1 | -4/+5 |
2007-07-22 | Updated test suite for writers, adding tests for | fiddlosopher | 1 | -0/+16 |
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/+144 |
2007-01-27 | More changes in entity handling: Instead of using entities for characters | fiddlosopher | 1 | -30/+30 |
2007-01-27 | Changes in entity handling: | fiddlosopher | 1 | -30/+30 |
2007-01-09 | Fixed docbook writer test -- removed named entities. | fiddlosopher | 1 | -21/+20 |
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 | -29/+32 |
2007-01-04 | Refactored SGML escaping functions and "in tag" functions to | fiddlosopher | 1 | -14/+15 |
2007-01-02 | Use entities for all characters above 127 in docbook output. | fiddlosopher | 1 | -5/+5 |
2007-01-01 | Changed representation of code blocks to use <screen> and | fiddlosopher | 1 | -11/+25 |
2007-01-01 | Merged changes from docbook branch since r363. | fiddlosopher | 1 | -0/+997 |