summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Parsing: Simplified dash and ellipsis.John MacFarlane2014-07-12
* | Removed space at ends of lines in source.John MacFarlane2014-07-12
* | Merge pull request #1414 from mpickering/generalJohn MacFarlane2014-07-12
|\ \
| * | Removed inline fmap from Parsing.hsMatthew Pickering2014-07-11
| * | Removed (>>~) functionMatthew Pickering2014-07-11
| * | Generalised all functions in Parsing.hsMatthew Pickering2014-07-11
* | | Merge pull request #1415 from jkr/nicertypeJohn MacFarlane2014-07-12
|\ \ \
| * | | Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal2014-07-12
| * | | Docx Reader: A nicer Docx type.Jesse Rosenthal2014-07-12
| | |/ | |/|
* | | Merge pull request #1418 from wcaleb/document_code_attr_extJohn MacFarlane2014-07-12
|\ \ \
| * | | document fenced_code_attributes extensionCaleb McDaniel2014-07-12
|/ / /
* | / Markdown writer: don't use braced attributes for fenced code.John MacFarlane2014-07-11
| |/ |/|
* | HTML writer: Deactivate "incremental" inside slide speaker notes.John MacFarlane2014-07-10
* | Fixed an issue caused by e4263d306e6988dd322c895242eb818d22b9e012.John MacFarlane2014-07-10
* | Markdown reader: Fixed regression with intraword underscores.John MacFarlane2014-07-10
* | Markdown reader: Slight rewrite of enclosure/emphOrStrong code.John MacFarlane2014-07-10
* | Added failing test for issue #1121.John MacFarlane2014-07-10
* | Documented fact that you can put YAML metadata in a separate file.John MacFarlane2014-07-10
* | LaTeX writer: Put table captions above tables.John MacFarlane2014-07-10
|/
* Added type attribute to link tags in epub3 template.John MacFarlane2014-07-08
* Added test for issue #1330.John MacFarlane2014-07-07
* Reorganized some markdown tests.John MacFarlane2014-07-07
* Updated dokuwiki tests for latest changes to testsuite.native.John MacFarlane2014-07-07
* Document DokuWiki writer in README.John MacFarlane2014-07-07
* Minor line wrapping.John MacFarlane2014-07-07
* Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into clarema...John MacFarlane2014-07-07
|\
| * Revert "DokuWiki writer: Whitespace to a testsuite output file."Clare Macrae2014-07-02
| * DokuWiki writer: Span no longer swallows textClare Macrae2014-07-02
| * DokuWiki writer: Add new test showing that span swallows content.Clare Macrae2014-07-02
| * DokuWiki writer: Whitespace to a testsuite output file.Clare Macrae2014-07-02
| * DokuWiki writer: Remove todos that I have already done.Clare Macrae2014-07-02
| * DokuWiki writer: Retain unknown RawBlock and RawInline textClare Macrae2014-07-02
| * DokuWiki output: Implement blockquotes properly Clare Macrae2014-07-02
| * DokuWiki writer: remove unused codeClare Macrae2014-07-02
| * Merge branch 'master' of git://github.com/jgm/pandoc into dokuwikiClare Macrae2014-07-01
| |\
| * | Remove stray <div> and </div> from DokuWiki output (#386)Clare Macrae2014-07-01
| * | Improved HTML Blocks in DokuWiki output (#386)Clare Macrae2014-07-01
| * | Disable warnings about unused parameters.Clare Macrae2014-06-30
| * | Updated Copyright year, for consistency with MediaWiki.hsClare Macrae2014-06-29
| * | Updated DokuWiki code and tests to work with latest code from jgm.Clare Macrae2014-06-29
| * | Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
| |\ \
| * | | Updated to latest version of jgm/pandoc-templates - including default.dokuwikiClare Macrae2014-06-28
| * | | Updated to latest version of jgm/pandoc-templatesClare Macrae2014-06-28
| * | | Implement definition lists in dokuwiki writer (#386) - credit: James Smaldon claremacrae2013-08-28
| * | | Added failing test for definition list output in dokuwiki writer (#386)claremacrae2013-08-23
| * | | Fix some warnings in dokuwiki writer (#386)claremacrae2013-08-19
| * | | Bullet and ordered lists now always simple in dokuwiki writer (#386)claremacrae2013-08-19
| * | | Removed unnecessary line-break after hard break in dokuwiki writer (#386)claremacrae2013-08-19
| * | | Stop plain text ** and __ becoming formatting in dokuwiki writer (#386)claremacrae2013-08-18
| * | | Stop plain text // becoming an italic marker in dokuwiki writer (#386)claremacrae2013-08-18