summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* stack.yaml: bump pandoc-types version to 1.16.0.1.John MacFarlane2016-01-06
|
* Merge pull request #2622 from conklech/ignore-stackJohn MacFarlane2016-01-05
|\ | | | | Add .stack-work to gitignore
| * Add .stack-work to gitignoreChristian Conkle2016-01-05
| | | | | | | | | | The .stack-work directory is analogous to a cabal sandbox; it comprises temporary build artifacts.
* | RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2016-01-05
| | | | | | | | Closes #2615.
* | Go back to testing with ghc 7.10.2.John MacFarlane2016-01-05
|/ | | | | | | Avoids the dreaded "the version of cabal being used has changed" error. https://www.reddit.com/r/haskell/comments/3f4bgr/the_version_of_cabal_being_used_has_changed/
* Regenerated .travis.yml to include 7.10.3.John MacFarlane2016-01-05
|
* Added 7.10.3 to make_travis_yml.hs known versions.John MacFarlane2016-01-05
|
* Updated .travis.yml, added ghc 7.10.3 to tested-with.John MacFarlane2016-01-05
|
* Fixed v1.16 reversion with --latex-engine.John MacFarlane2016-01-04
| | | | | In 1.16 --latex-engine raises an error if a full path is given. This commit fixes this reversion. Closes #2618.
* windows/stack.yaml - use local pandoc-citeproc.John MacFarlane2016-01-04
| | | | | I'm not sure why this is needed, but it is. Otherwise the build fails.
* Updated binary package stack.yamls to ensure pandoc-citeproc...John MacFarlane2016-01-03
| | | | | is built with embed_data_files. This fixes a problem with the original 1.16 binary packages.
* Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane2016-01-02
| | | | | | | | | | | | | | | | | | | | | The reader previously did allow this, following redcloth, which happily parses Html blocks can be <div>inlined</div> as well. as <p>Html blocks can be <div>inlined</div> as well.</p> This is invalid HTML, and this kind of thing can lead to parsing problems (stack overflows) as well. So this commit undoes this behavior. The above sample now produces; <p>Html blocks can be</p> <div> <p>inlined</p> </div> <p>as well.</p>
* Fixed debpkg target.John MacFarlane2016-01-02
|
* Fixed windows stack.yaml.John MacFarlane2016-01-02
|
* Updated man page.John MacFarlane2016-01-02
|
* Updated filter for man pages.John MacFarlane2016-01-02
|
* Updated stack.yaml files.John MacFarlane2016-01-02
| | | | | Use latest resolver. Use latest pandoc-citeproc and pandoc-types release.
* Updated changelog.John MacFarlane2016-01-02
|
* MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane2016-01-02
| | | | Closes #2607.
* MediaWiki writer: fix spacing issues.John MacFarlane2016-01-02
| | | | | | | | | + Start cell on new line unless it's a single Para or Plain. + For single Para or Plain, insert a space after the `|` to avoid problems when the text begins with a character like `-`. Closes #2604, closes #2606.
* Tweaks to changelog.John MacFarlane2016-01-01
|
* Updated changelog.John MacFarlane2016-01-01
|
* Allow process 1.4John MacFarlane2016-01-01
|
* Allow binary 0.8John MacFarlane2016-01-01
|
* HTML slide templates: add toc. (Andrew Dunning)John MacFarlane2016-01-01
|
* Relax version bound on HTTP.John MacFarlane2016-01-01
|
* stack.yaml - use simpler extra-deps field.John MacFarlane2015-12-30
|
* Use cmark 0.5.John MacFarlane2015-12-29
| | | | Closes #2605.
* Added 'paper' after $papersize$ variable in latex template.John MacFarlane2015-12-23
| | | | | | | | | | | | | | | | Thus you can say `papersize: a4` and the latex will contain `a4paper`. This change may break some existing workflows; if you currently specify `a4paper`, you'll get `a4paperpaper` which is meaningless. However, the change seems worth it, as it will make the `papersize` variable work uniformly across ConTeXt, LaTeX, and html->pdf via wkhtmltopdf. See https://github.com/jgm/pandoc/commit/3861df510c45ecfc0ac9581dc6f16b07eac4a 62d#commitcomment-15135193
* Updated README with margin and papersize variables.John MacFarlane2015-12-22
|
* ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane2015-12-22
| | | | | | This sets up `\setuplayout` based on the variables `margin-left`, `margin-right`, `margin-bottom`, and `margin-top`, if no layout is given.
* LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane2015-12-22
| | | | | | | | | If `geometry` has no value, but `margin-left`, `margin-right`, `margin-top`, and/or `-margin-bottom` are given, a default value for `geometry` is created from these. Note that these variables already affect PDF production via HTML5 with wkhtmltopdf.
* LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane2015-12-22
| | | | | | | | | | For example \foo {bar} {baz} Closes #2592.
* Improved treatment of margins in wkhtmltopdf.John MacFarlane2015-12-21
|
* Allow setting margins from metadata variables for wkhtmltopdf.John MacFarlane2015-12-21
| | | | | | Variables margin-top, margin-bottom, margin-left, margin-right. Setting them with css inside @page doesn't seem to work, at least with the released wkhtmltopdf.
* pdf via wkhtmltopdf: take `title` and `page-size` from metadata.John MacFarlane2015-12-21
| | | | | Adjusted default `page-size` to `letter`, to match current LaTeX template.
* Added preliminary support for PDF creation via wkhtmltopdf.John MacFarlane2015-12-21
| | | | | | | | To use this: pandoc -t html5 -o result.pdf (and add `--mathjax` if you have math.)
* Merge pull request #2598 from twsh/biblatexoptionsJohn MacFarlane2015-12-19
|\ | | | | Removed hyphen
| * Removed hyphenThomas Hodgson2015-12-20
| |
* | Updated changelogJohn MacFarlane2015-12-19
|/
* Beamer: Moved header-includes before setting of title etc.John MacFarlane2015-12-19
| | | | | This matches a change already made in the LaTeX template (Thomas Hodgson). Closes jgm/pandoc-templates#168
* LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane2015-12-19
| | | | | | | | | | | | | | | * Added `thanks` variable * Use `parskip.sty` when `indent` isn't set (fall back to using `setlength` as before if `parskip.sty` isn't available). * Use `biblio-style` with biblatex. * Added `biblatexoptions` variable. * Added `section-titles` variable (defaults to true) to enable/suppress section title pages in beamer slide shows. * Moved beamer themes after fonts, so that themes can change fonts. (Previously the fonts set were being clobbered by lmodern.sty.)
* Added needed import of FromJSON.John MacFarlane2015-12-19
| | | | Fixes build failure.
* Fix language code for Czech (cs not cz)John MacFarlane2015-12-19
| | | | Closes #2597.
* Merge branch 'AndreasLoow-master'John MacFarlane2015-12-19
|\
| * Merge branch 'master' of https://github.com/AndreasLoow/pandoc into ↵John MacFarlane2015-12-19
|/| | | | | | | AndreasLoow-master
| * Consider header files when determining whether to use csquotes.Andreas Lööw2015-10-17
| |
* | README: reflowed to avoid overly long lines.John MacFarlane2015-12-19
| |
* | Markdown reader: fixed parsing bug with macros.John MacFarlane2015-12-19
| | | | | | | | | | Previously macro definitions in indented code blocks were being parsed as macro definitions, not code.
* | Explain how to get `subtitle` to work with latex article etc.John MacFarlane2015-12-19
| | | | | | | | Thanks to Andrew Dunning.