summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Markdown writer: New approach for citations.John MacFarlane2013-03-17
* Revert "LaTeX reader: citation handling changes."John MacFarlane2013-03-17
* Markdown reader: don't lose parentheses in URLs.John MacFarlane2013-03-13
* LaTeX reader: citation handling changes.John MacFarlane2013-03-09
* Markdown writer: Render citations as pandoc-markdown citations.John MacFarlane2013-03-07
* Hide Text.Pandoc.Highlighting.John MacFarlane2013-03-05
* Added test for pipe table with spaces around header lines.John MacFarlane2013-03-02
* Updated tests for latex template change (microtype).John MacFarlane2013-02-27
* Make `implicit_header_references` work with explicit header ids.John MacFarlane2013-02-21
* Textile reader: Handle attributes on headers.John MacFarlane2013-02-16
* Allow `&` in emails (for entities).John MacFarlane2013-02-15
* HTML writer: Support header attributes.John MacFarlane2013-02-14
* DocBook writer: for linebreak, but newline in literallayout.John MacFarlane2013-01-28
* Updated latex table tests.John MacFarlane2013-01-28
* Merge pull request #733 from jrunningen/masterJohn MacFarlane2013-01-28
|\
| * Mediawiki reader: Don't require blanklines after tables.Jeff Runningen2013-01-27
* | Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
|/
* RST writer: Use `.. code:: language` for code blocks with language.John MacFarlane2013-01-26
* Eliminated use of TH in test suite.John MacFarlane2013-01-23
* LaTeX template: Use `\urlstyle{same}` to avoid monospace URLs.John MacFarlane2013-01-21
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Markdown reader: Fixed bug with headerless grid tables.John MacFarlane2013-01-21
* Fixed bug with escaped % in LaTeX reader.John MacFarlane2013-01-20
* LaTeX test updates for latest changes to template & h-k.John MacFarlane2013-01-19
* Get rid of compiler warnings in Tests.Helpers.John MacFarlane2013-01-19
* Set locale encoding in test suite.John MacFarlane2013-01-18
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Changed Ext_autolink_urls -> Ext_autolink_bare_uris.John MacFarlane2013-01-15
* Added lots of tests for bare URIs.John MacFarlane2013-01-15
* Revised URI parser.John MacFarlane2013-01-15
* Use 'fig:' instead of '\SOH' in title to indicate figure.John MacFarlane2013-01-15
* Implemented Ext_implicit_figures.John MacFarlane2013-01-14
* Parsing: Fixed uri -- escape unicode URLs.John MacFarlane2013-01-14
* RST writer: Fixes bug with links with duplicate text.John MacFarlane2013-01-13
* Added tests for markdown line blocks and explicit header attributes.John MacFarlane2013-01-13
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Use line block in RST writer when a paragraph contains linebreaks.John MacFarlane2013-01-13
* Escape `|` as `\vert` in LaTeX math.John MacFarlane2013-01-12
* Fixed/simplified diff output for tests.John MacFarlane2013-01-12
* Added Attr field to Header.John MacFarlane2013-01-09
* Updated tests for tight/loose lists.John MacFarlane2013-01-07
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Mediawiki reader: interpret HTML in verbatim contexts as text.John MacFarlane2013-01-06
* Updated table tests for latex writer changes.John MacFarlane2013-01-05
* MediaWiki writer: use `<code>` not `<tt>` for Code.John MacFarlane2013-01-04
* Added css to preserve spaces in <code> tags.John MacFarlane2013-01-04
* Updated tests for latest highlighting-kate version.John MacFarlane2013-01-04
* Added tests for implicit header references.John MacFarlane2013-01-03
* Updated test runner for changes in pandoc.John MacFarlane2013-01-03
* Fixed test suite to use Diff 0.2 API.John MacFarlane2013-01-02