summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Don't capitalize header links in man page.John MacFarlane2015-07-21
| | | | Also regenerated man page from latest README.
* Fixed some internal links in README.John MacFarlane2015-07-21
| | | | Closes #2309.
* Removed unneeded import.John MacFarlane2015-07-16
|
* LaTeX writer: Fixed detection of 'chapters' from template.John MacFarlane2015-07-16
| | | | | | | If a documentclass isn't specified in metadata, but the template has a hardwired bookish documentclass, act as if `--chapters` was used. This was the default in earlier versions, but it has been broken for a little while.
* Merge pull request #2303 from hftf/h6John MacFarlane2015-07-15
|\ | | | | Add missing Heading 6 style in reference Docx
| * Docx Reader: Updated headers testOphir Lifshitz2015-07-15
| | | | | | | | | | | | | | Replaced styles.xml in headers.docx with pandoc's current styles.xml, which contains styles for Heading 1 through 6. Added Heading 4 through 7 to the test document. Note that Heading 7 is not parsed as a Heading because there is no Heading 7 style.
| * Reference Docx: Add missing Header 6 style (steel blue)Ophir Lifshitz2015-07-15
| | | | | | | | Based on Header 4 (bold, steel blue) and Header 5 (italic, steel blue)
| * Reference Docx: Correct outlineLvl for Header stylesOphir Lifshitz2015-07-15
| | | | | | | | Not sure if this actually affects anything
* | Added section on REPL to CONTRIBUTING.md.John MacFarlane2015-07-15
| |
* | Updated man page.John MacFarlane2015-07-15
| |
* | Fix typo in RELEASE_CHECKLISTJohn MacFarlane2015-07-15
| |
* | Updated date on README.John MacFarlane2015-07-15
| |
* | Updated changelog.John MacFarlane2015-07-15
| |
* | Version bump to 1.15.0.6.John MacFarlane2015-07-15
| |
* | `--self-contained`: Fixed overaggressive CSS minimization.John MacFarlane2015-07-15
| | | | | | | | | | | | | | | | Previously `--self-contained` wiped out all spaces in CSS, including semantically significant spaces! Closes #2301. Closes #2286.
* | Updated to use cmark >= 0.4.John MacFarlane2015-07-14
| |
* | Markdown reader: don't allow bare URI links or autolinks in link label.John MacFarlane2015-07-14
| | | | | | | | | | | | Added test cases. Closes #2300.
* | Improved bare autolink detection.John MacFarlane2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we disallowed `-` at the end of an autolink, and disallowed the combination `=-`. This commit liberalizes the rules for allowing punctuation in a bare URI. Added test cases. One potential drawback is that you can no longer put a bare URI in em dashes like this this uri---http://example.com---is an example. But in this respect we now match github's treatment of bare URIs. Closes #2299.
* | Allow vector 0.11.John MacFarlane2015-07-14
| |
* | HTML writer: support speaker notes in dzslides.John MacFarlane2015-07-13
| | | | | | | | | | | | | | | | With this change `<div class="notes">` and also `<div class="notes" role="note">` will be output if `-t dzslides` is used. So we can have speaker notes in dzslides too. Thanks to maybegeek.
* | Updated dzslides template.John MacFarlane2015-07-13
| |
* | Improved documentation of options to print system default files.John MacFarlane2015-07-13
| | | | | | | | | | `--print-default-data-file` and `--print-default-template`. Closes #2298.
* | Merge pull request #2295 from dev-zero/masterJohn MacFarlane2015-07-13
|\ \ | | | | | | DokuWiki: write $..$ instead of <math>..</math>
| * | DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller2015-07-13
|/ / | | | | | | | | MathJax seems currently to be the only maintained math rendering extension for DokuWiki and it uses $..$ instead of <math>..</math>.
* | Changed hierarchicalize so it treats references div as top-level header.John MacFarlane2015-07-12
| | | | | | | | | | | | | | | | | | Fixes a bug with `--section-divs`, where the final references section added by pandoc-citeproc, enclosed in its own div, got put in the div for the section previous to it. This fixes #2294. Longer term, we might think about how hierarchicalize should interact with Div elements.
* | Updated man page.John MacFarlane2015-07-10
| |
* | Updated changelog.John MacFarlane2015-07-10
| |
* | Removed tabs from source.John MacFarlane2015-07-10
| |
* | Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
| | | | | | | | Closes #2277.
* | Version bump to 1.15.0.5 and updated changelog.John MacFarlane2015-07-09
| |
* | Added to Contributors list.John MacFarlane2015-07-09
| |
* | Updated pandoc.wxs.John MacFarlane2015-07-09
| | | | | | | | | | | | | | | | From @nkalvi with a few modifications (custom variables). - when per-machine installation is chosen, the system path is updated instead of the user's - an appropriate default is used for per-machine installation directory.
* | Merge pull request #2266 from PromyLOPh/fieldinlineJohn MacFarlane2015-07-08
|\ \ | | | | | | RST: Support inline markup for field list names
| * | Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun2015-07-03
| | |
| * | Tests.Readers.RST: Group field list testsLars-Dominik Braun2015-07-03
| | |
| * | Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
| | |
| * | Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
| | | | | | | | | | | | | | | | | | “Inline markup is parsed in field names.” [1] [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists
* | | PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane2015-07-08
| | | | | | | | | | | | | | | | | | | | | | | | on the command line. LaTeX needs the argument to come after the options. Closes #1779 - again! Thanks to squisher for pointing out the problem.
* | | Merge pull request #2282 from adunning/patch-1John MacFarlane2015-07-08
|\ \ \ | | | | | | | | CommonMark Writer: Correct tags used for superscript/subscript
| * | | Correct superscript/subscript.Andrew Dunning2015-07-08
|/ / /
* | | Fixed email javascript obfuscation with mailto: URLs.John MacFarlane2015-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a potential security issue. Because single quotes weren't being escaped in the link portion, a specially crafted email address could allow javascript code injection. [Jim'+alert('hi')+'OBrien](mailto:me@example.com) Closes #2280.
* | | Updated context writer test.John MacFarlane2015-07-06
| | |
* | | ConTeXt template: activate hanging indent for definition lists.John MacFarlane2015-07-06
| | | | | | | | | | | | (mb21)
* | | Setup.hs: better version detection in older hsb2hs.John MacFarlane2015-07-06
| | | | | | | | | | | | | | | If it returns an error with input `--version`, recover gracefully.
* | | Changes in WiX installer.John MacFarlane2015-07-05
| | | | | | | | | | | | | | | | | | These should allow a per-user install without elevated privileges, while still allowing a systemwide install with privileges.
* | | Make cabal require hsb2hs >= 0.3.1.John MacFarlane2015-07-05
| | | | | | | | | | | | | | | This is done by adding `hookedPrograms` in `Setup.hs`, which allows us to include `hsb2hs` in Build-Tools in cabal.
* | | Travis: only do sdist with cabal != 1.16.John MacFarlane2015-07-05
| | |
* | | Travis: reorder hsb2hs install.John MacFarlane2015-07-05
| | |
* | | Travis: install hsb2hs.John MacFarlane2015-07-04
| | |
* | | Makefile: prettier 'download_stats'.John MacFarlane2015-07-04
| | |