summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* epub templates: use 'author.role', not 'author.type'.John MacFarlane2015-06-13
|
* Updated pandoc.wxs (from @nvalki).John MacFarlane2015-06-12
|
* Fixed tests/docx/links.docx for new url.John MacFarlane2015-06-09
|
* Merge pull request #2217 from ousia/masterJohn MacFarlane2015-06-09
|\ | | | | replace old url with pandoc.org
| * replace old url with pandoc.orgPablo Rodríguez2015-06-09
|/
* Amends last commit: don't use https for google charts.John MacFarlane2015-06-09
| | | | They don't have a certificate.
* Use https: for mathjax/katex/google-charts CDNs.John MacFarlane2015-06-09
| | | | Closes #1920.
* Merge pull request #2215 from DigitalPublishingToolkit/icml-crashfixJohn MacFarlane2015-06-09
|\ | | | | Fix InDesign crash with URLs containing more than one colon character
| * Fix InDesign crash with URLs containing more than one colon charactergohai2015-06-09
| | | | | | | | Colons are valid characters in URLs, and used e.g. by the Internet Archive's Wayback Machine - a popular resource amongst researchers. When InDesign encounters a HyperlinkURLDestination with more than one colon character in it, it crashes when placing the ICML. (This was tested against CS6.) The IDML specification hints at this requirement in section 6.4.1: "The colon apppears in the Name attribute of the style, but is encoded as %3a when it appears in the Self attribute". Follow this example for all colon characters in URLs.
* | Removed relann1.6.John MacFarlane2015-06-09
|/
* Bump cmark version to >= 0.3.4.John MacFarlane2015-06-08
|
* DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane2015-06-07
| | | | Closes #2213.
* HTML reader: allow `<body>` to close `<head>`.John MacFarlane2015-06-04
|
* Windows msi changes (nkalvi):John MacFarlane2015-06-03
| | | | | | | | | * Allow setting of installation path. * Use cleaner wix syntax for setting the path: https://www.firegiant.com/wix/tutorial/com-expression-syntax-miscellanea/environmentally-friendly/ * Show the user what changes, in a new command window. See #2205.
* Updated changelog.John MacFarlane2015-06-02
|
* Version bump to 1.14.0.4, added commonmark template to data files.John MacFarlane2015-06-02
|
* Added default commonmark template.John MacFarlane2015-06-02
|
* Misc. fixes to trypandoc html.John MacFarlane2015-06-02
|
* trypandoc: move Convert button, display raw command.John MacFarlane2015-06-02
|
* Bump version to 1.14.0.3; updated changelog.John MacFarlane2015-06-01
|
* Allow compilation with syb 0.5.*.John MacFarlane2015-05-31
|
* Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane2015-05-31
|
* Bump to 1.14.0.2, updated changelog.John MacFarlane2015-05-31
|
* Allow building with hslua 0.4.John MacFarlane2015-05-31
|
* Updated INSTALL.John MacFarlane2015-05-28
|
* Updated changelog.John MacFarlane2015-05-28
|
* Better fix for #2187.John MacFarlane2015-05-28
| | | | | | | | | | | | | | | | | | | | | | * Reverted kludgy change to make-windows-installer.bat. * Removed make-reference-fiels.hs. * Moved the individual ingredients of reference.docx and reference.odt to the data directory. * Removed reference.docx and reference.odt from data directory. * We now build the reference archives from their ingredient pieces in the docx and odt writers, instead of having a reference.docx or reference.odt intermediary. This should fix #2187. It also simplifies the bulid procedure. The one thing users may notice is different is that you can no longer get the reference.docx or reference.odt using `--print-default-data-file`. Instead, simply generate a docx or odt using pandoc with a blank or minimal input, and use that (or a customized version) with `--reference-docx` or `--reference-odt`.
* ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane2015-05-28
| | | | This is useful for pandoc-citeproc linked citations.
* Removed tab chars in Textile reader source.John MacFarlane2015-05-28
|
* Texinfo writer: Removed tabs from source.John MacFarlane2015-05-28
|
* More fixes to make-windows-installer for #2187.John MacFarlane2015-05-28
|
* Updated INSTALL on `embed_data_files`.John MacFarlane2015-05-28
|
* Updated changelog.John MacFarlane2015-05-28
|
* Ensure that docx and odt are built in windows installer.John MacFarlane2015-05-28
| | | | Closes #2187.
* Added filepath dependency to make-reference-files.John MacFarlane2015-05-28
|
* Bump version to 1.14.0.1.John MacFarlane2015-05-28
|
* make-reference-files: use proper path separators for Windows.John MacFarlane2015-05-28
| | | | | Fixes a bug with reference.docx and reference.odt in Windows builds.
* Don't include generated man pages in extra-source-files.John MacFarlane2015-05-28
| | | | | | See 3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb. Closes #2189.
* Bump upper bound for aeson.John MacFarlane2015-05-28
|
* More fixes to trypandoc.John MacFarlane2015-05-27
|
* Fixes to trypandoc fixes.John MacFarlane2015-05-27
|
* trypandoc - fixes for new API.John MacFarlane2015-05-27
|
* Adjust date on README.John MacFarlane2015-05-27
|
* Revert "make_osx_package.sh: don't use cpphs."John MacFarlane2015-05-27
| | | | This reverts commit 067dcb921a115e94a6b9460a22b7486aade4cbb2.
* make_osx_package.sh: don't use cpphs.John MacFarlane2015-05-27
|
* Updated changelog.John MacFarlane2015-05-27
|
* LaTeX template: Move hyperref before polyglossia.John MacFarlane2015-05-27
| | | | | | This avoids an error "Please load package hyperref before bidi package, and then try to run xelatex on your document again". See jgm/pandoc-templates #96.
* LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane2015-05-27
| | | | | | This uses an `otherlang` variable that takes a list of languages. As requseted in #2174.
* LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane2015-05-27
| | | | Closes #2174.
* Fixed svg handling in EPUB writer.John MacFarlane2015-05-27
| | | | | | This is a crude workaroud for #2183. A correct fix would require having openURL and fetchItem return a content encoding as well as a content type.