Age | Commit message (Expand) | Author | Files | Lines |
2013-01-21 | Use proportional font for email autolinks with obfuscation. | John MacFarlane | 1 | -1/+1 |
2013-01-06 | Don't put the text of an autolink in Code font. | John MacFarlane | 1 | -3/+3 |
2013-01-04 | Added css to preserve spaces in <code> tags. | John MacFarlane | 1 | -0/+1 |
2012-09-12 | HTML writer: Improve line breaks with `<dd>` tags. | John MacFarlane | 1 | -5/+10 |
2012-01-28 | Put date in YYYY-MM-DD format if possible for HTML, docx metadata. | John MacFarlane | 1 | -1/+1 |
2011-12-29 | Updated tests for changes to HTML note back references. | John MacFarlane | 1 | -5/+5 |
2011-12-27 | Updated tests. | John MacFarlane | 1 | -22/+11 |
2011-12-18 | HTML writer: Use `<del>` for strikeout. | John MacFarlane | 1 | -1/+1 |
2011-12-01 | Made author/date more consistent in HTML templates. | John MacFarlane | 1 | -3/+3 |
2011-11-12 | Updated writer tests for new version of texmath. | John MacFarlane | 1 | -2/+2 |
2011-11-08 | Update templates to use Content-Style-Type meta tag. | John MacFarlane | 1 | -0/+1 |
2011-07-24 | HTML writer: Removed English title on footnote back links. | John MacFarlane | 1 | -5/+5 |
2011-07-23 | HTML writer: Display author and date after title. | John MacFarlane | 1 | -0/+5 |
2011-02-04 | Improved HTML table output (line breaks). | John MacFarlane | 1 | -7/+21 |
2011-02-04 | Updated tests. | John MacFarlane | 1 | -339/+54 |
2011-02-04 | HTML writer: Spacing adjustments for Plain and RawHtml blocks. | John MacFarlane | 1 | -172/+74 |
2011-02-04 | Updated tests for new HTML format. | John MacFarlane | 1 | -1094/+874 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -3/+3 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -2/+0 |
2011-01-11 | Improvements to --html5 support: | John MacFarlane | 1 | -18/+18 |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 1 | -1/+0 |
2010-07-15 | Added --section-divs option. | John MacFarlane | 1 | -1023/+961 |
2010-07-15 | Added --webtex option for HTML math. | John MacFarlane | 1 | -2/+4 |
2010-04-25 | Use texmath's parser in TexMath module. | John MacFarlane | 1 | -29/+5 |
2010-03-18 | HTML writer: Use a p rather than a div for image caption. | fiddlosopher | 1 | -2/+2 |
2010-03-16 | HTML writer: implemented image-with-caption feature. | fiddlosopher | 1 | -2/+4 |
2010-01-01 | Finished converting HTML writer to use unicode instead of entities. | fiddlosopher | 1 | -33/+33 |
2009-12-31 | Use UTF8 instead of entities in HTML. | fiddlosopher | 1 | -8/+8 |
2009-12-31 | HTML footnotes: put anchor inside sup, instead of other way. | fiddlosopher | 1 | -20/+20 |
2009-12-31 | Improved RST writer. | fiddlosopher | 1 | -1/+2 |
2009-12-31 | Tweaked templates and tests. | fiddlosopher | 1 | -2/+2 |
2009-12-31 | HTML writer changes for templates. | fiddlosopher | 1 | -1115/+1112 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -0/+66 |
2009-04-25 | HTML writer: wrap sections in divs. Resolves Issue #70. | fiddlosopher | 1 | -916/+978 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -3/+1 |
2008-07-27 | HTML writer: override Text.XHtml's stringToHtml function, | fiddlosopher | 1 | -3/+3 |
2008-07-23 | HTML writer test: use UTF-8 characters rather than entities. | fiddlosopher | 1 | -8/+8 |
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-19 | In HTML tests, use decimal entities for everything above 127. | fiddlosopher | 1 | -5/+5 |
2008-06-08 | Markdown smart typography: Em dashes no longer eat surrounding whitespace. | fiddlosopher | 1 | -1/+1 |
2008-02-24 | Use style attributes rather than css classes for strikethrough and ordered li... | fiddlosopher | 1 | -27/+18 |
2007-12-08 | Removed support for "box-style" block quotes in markdown. | fiddlosopher | 1 | -31/+0 |
2007-12-02 | Updated test suite -- no italics for digits. | fiddlosopher | 1 | -13/+3 |
2007-12-02 | Updated HTML and S5 writer tests for new span tags in math. | fiddlosopher | 1 | -45/+59 |
2007-12-02 | Added Text.Pandoc.Readers.TeXMath and changed default handling of math. | fiddlosopher | 1 | -7/+51 |
2007-12-01 | Updated tests with new way of displaying math in HTML (with no enclosing $'s). | fiddlosopher | 1 | -7/+7 |
2007-11-29 | Modified writer tests for new Math and TeX output. | fiddlosopher | 1 | -7/+3 |
2007-09-18 | Markdown writer: Don't print title attribute if title is empty. | fiddlosopher | 1 | -1/+1 |