Age | Commit message (Expand) | Author | Files | Lines |
2013-06-30 | Markdown writer: Support yaml title block. | John MacFarlane | 1 | -4/+7 |
2013-06-28 | ConTeXt writer: Properly handle tables without captions. | John MacFarlane | 1 | -4/+4 |
2013-06-27 | Man writer: give more fine-grained control in template. | John MacFarlane | 1 | -1/+1 |
2013-06-26 | Stop escaping `|` in LaTeX math. | John MacFarlane | 2 | -2/+2 |
2013-06-25 | Use latest chicago-author-date.csl. | John MacFarlane | 2 | -409/+445 |
2013-06-25 | Fixed 'authors' metadata parsing in reST. | John MacFarlane | 2 | -7/+3 |
2013-06-25 | Some test suite fixes for new metadata. | John MacFarlane | 15 | -13/+15 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 5 | -20/+37 |
2013-06-19 | Added test for #882. | John MacFarlane | 1 | -0/+5 |
2013-06-19 | Added a test for #833. | John MacFarlane | 2 | -1/+7 |
2013-06-18 | RST reader: don't insert paragraphs where docutils doesn't. | John MacFarlane | 1 | -26/+26 |
2013-06-11 | Textile reader: Correctly handle entities. | John MacFarlane | 2 | -0/+7 |
2013-06-02 | LaTeX writer: Always create labels for sections. | John MacFarlane | 1 | -31/+32 |
2013-05-07 | Use latest highlighting-kate and texmath. | John MacFarlane | 1 | -0/+1 |
2013-05-07 | Updated tests for template changes. | John MacFarlane | 1 | -5/+14 |
2013-04-26 | Updated tests for changes in LaTeX template. | John MacFarlane | 3 | -3/+9 |
2013-04-15 | Updated tests to match new docbook template. | John MacFarlane | 1 | -2/+2 |
2013-04-14 | Haddock reader improvements. | John MacFarlane | 1 | -1/+1 |
2013-04-09 | Man writer: use one decimal place for column widths. | John MacFarlane | 1 | -3/+3 |
2013-04-09 | Update markdown writer tests for changes in author in titleblock. | John MacFarlane | 1 | -1/+2 |
2013-04-09 | Fixed Haddock reader bugs with list item spaces and examples. | John MacFarlane | 1 | -2/+2 |
2013-04-08 | Fixed haddock test output. | John MacFarlane | 2 | -9/+9 |
2013-04-04 | Haddock reader: add tests. | David Lazar | 2 | -1/+95 |
2013-03-28 | Modified haddock reader test stubs so they pass, for now. | John MacFarlane | 2 | -2/+1 |
2013-03-28 | Added stubs for haddock reader tests. | John MacFarlane | 3 | -0/+7 |
2013-03-28 | MediaWiki reader: Correctly handle indented preformatted text | John MacFarlane | 2 | -0/+7 |
2013-03-28 | Mediawiki: Fixed regression for `<ref>URL</ref>`. | John MacFarlane | 2 | -1/+3 |
2013-03-20 | Added OPML template, tests. | John MacFarlane | 4 | -92/+158 |
2013-03-19 | Added Text.Pandoc.Readers.OPML, exporting readOPML. | John MacFarlane | 3 | -0/+161 |
2013-03-17 | Markdown writer: New approach for citations. | John MacFarlane | 1 | -1/+1 |
2013-03-17 | Revert "LaTeX reader: citation handling changes." | John MacFarlane | 4 | -116/+4 |
2013-03-13 | Markdown reader: don't lose parentheses in URLs. | John MacFarlane | 2 | -1/+15 |
2013-03-09 | LaTeX reader: citation handling changes. | John MacFarlane | 4 | -4/+116 |
2013-03-07 | Markdown writer: Render citations as pandoc-markdown citations. | John MacFarlane | 1 | -2/+2 |
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -1/+1 |
2013-03-02 | Added test for pipe table with spaces around header lines. | John MacFarlane | 1 | -1/+1 |
2013-02-27 | Updated tests for latex template change (microtype). | John MacFarlane | 3 | -6/+6 |
2013-02-21 | Make `implicit_header_references` work with explicit header ids. | John MacFarlane | 2 | -2/+5 |
2013-02-16 | Textile reader: Handle attributes on headers. | John MacFarlane | 2 | -2/+2 |
2013-02-15 | Allow `&` in emails (for entities). | John MacFarlane | 2 | -1/+17 |
2013-02-14 | HTML writer: Support header attributes. | John MacFarlane | 3 | -7/+7 |
2013-01-28 | DocBook writer: for linebreak, but newline in literallayout. | John MacFarlane | 1 | -1/+2 |
2013-01-28 | Updated latex table tests. | John MacFarlane | 1 | -7/+7 |
2013-01-28 | Merge pull request #733 from jrunningen/master | John MacFarlane | 2 | -0/+7 |
2013-01-27 | Markdown/RST reader: Skip blank lines. | John MacFarlane | 2 | -4/+17 |
2013-01-27 | Mediawiki reader: Don't require blanklines after tables. | Jeff Runningen | 2 | -0/+7 |
2013-01-26 | RST writer: Use `.. code:: language` for code blocks with language. | John MacFarlane | 10 | -19/+19 |
2013-01-23 | Eliminated use of TH in test suite. | John MacFarlane | 7 | -70/+42 |
2013-01-21 | LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs. | John MacFarlane | 3 | -0/+3 |
2013-01-21 | Use proportional font for email autolinks with obfuscation. | John MacFarlane | 1 | -1/+1 |