aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-13Markdown reader: Allow internal `+` in citation identifiers.John MacFarlane1-1/+1
2013-05-12LaTeX reader: Skip positional options after `\begin{figure}`.John MacFarlane1-0/+1
2013-05-09Treat `\textsl` as emphasized text in LaTeX reader.John MacFarlane1-0/+1
2013-05-09Removed obsolete comment.John MacFarlane1-3/+0
2013-05-07Bump upper bound for criterion.John MacFarlane1-1/+1
2013-05-07Use latest highlighting-kate and texmath.John MacFarlane2-2/+3
2013-05-07Updated tests for template changes.John MacFarlane1-5/+14
2013-05-07Made `\includegraphics` more flexible in LaTeX template.John MacFarlane1-5/+5
2013-05-04Less verbose output from --self-contained.John MacFarlane1-1/+2
2013-05-02RTF writer: Properly handle characters above the 0000-FFFF range.John MacFarlane1-2/+12
2013-05-01Version bump to 1.11.2.John MacFarlane1-1/+1
2013-05-01Fixed errors in revealjs template.John MacFarlane1-5/+5
2013-05-01Shared.openURL: Print diagnostic output to stderr, not stdout.John MacFarlane1-3/+5
2013-05-01Merge pull request #841 from juhp/patch-2John MacFarlane1-1/+1
2013-05-01remove reference in pandoc.1 to markdown2pdf (1)Jens Petersen1-1/+1
2013-04-30revealjs templates: use query hashes for defaults, include remotes.John MacFarlane1-8/+5
2013-04-28Shared.openURL: URL-escape pipe characters.John MacFarlane1-3/+2
2013-04-26pandoc `--help` now says something about pdf output.John MacFarlane1-2/+4
2013-04-26PDF: On Windows, create temdir in working directory.John MacFarlane2-2/+12
2013-04-26Updated tests for changes in LaTeX template.John MacFarlane3-3/+9
2013-04-25LaTeX template: Changes to make mathfont work with xelatex.John MacFarlane1-5/+8
2013-04-25README: Noted that `--self-contained` doesn't work with `--mathjax`.John MacFarlane1-5/+6
2013-04-25Don't convert to lowercase in email obfuscation.John MacFarlane1-6/+8
2013-04-23README: Documented markdown variants (which extensions they have).John MacFarlane1-1/+28
2013-04-23README: Documented `ascii_identifiers` extensionJohn MacFarlane1-0/+5
2013-04-23Markdown reader: Implemented `Ext_ascii_identifiers`.John MacFarlane1-2/+8
2013-04-23Options: Added `Ext_ascii_identifiers`.John MacFarlane1-0/+3
2013-04-23Added Text.Pandoc.Asciify utility module.John MacFarlane3-0/+425
2013-04-20Add slash in internal links in reveal.js.John MacFarlane1-3/+16
2013-04-20Shared: Fixed readDefaultDataFile so it works on Windows.John MacFarlane1-2/+2
2013-04-20Revert "Improved previous patch so it really solves the Windows issue."John MacFarlane1-1/+2
2013-04-19Improved previous patch so it really solves the Windows issue.John MacFarlane1-2/+1
2013-04-19Shared: readDefaultDataFile: normalize the paths.John MacFarlane1-1/+7
2013-04-19Markdown reader: minor code cleanup.John MacFarlane1-2/+2
2013-04-15Updated tests to match new docbook template.John MacFarlane1-2/+2
2013-04-15DocBook template: Use DocBook 4.5 doctype.John MacFarlane1-5/+5
2013-04-15Fixed footnote numbers in LaTeX/PDF tables.John MacFarlane1-17/+4
2013-04-14Markdown/RST writers: Only autolink absolute URIs.John MacFarlane2-4/+8
2013-04-14BUGS: Added reference to CONTRIBUTING.md.John MacFarlane1-1/+3
2013-04-14Improved CONTRIBUTING.md.John MacFarlane1-20/+108
2013-04-14Haddock reader improvements.John MacFarlane2-11/+7
2013-04-14Added CONTRIBUTING.md.John MacFarlane2-1/+91
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane6-11/+595
2013-04-10Added comment/todo to SelfContained.John MacFarlane1-0/+1
2013-04-09Man writer: use one decimal place for column widths.John MacFarlane2-4/+4
2013-04-09Removed unnecessary OPTIONS flag in Haddock/Parse.y.John MacFarlane1-1/+0
2013-04-09Update markdown writer tests for changes in author in titleblock.John MacFarlane1-1/+2
2013-04-09Fixed Haddock reader bugs with list item spaces and examples.John MacFarlane2-12/+10
2013-04-08Markdown writer: Put multiple authors on separate lines in titleblock.John MacFarlane1-1/+1
2013-04-08Have `--help` print in and out formats in alphabetical order.John MacFarlane1-3/+3