summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | appveyor: cache Haskell Platform.John MacFarlane2015-09-27
| |
* | Merge pull request #2420 from xymostech/patch-1John MacFarlane2015-09-27
|\ \ | | | | | | Update KaTeX JS and CSS versions.
| * | Update KaTeX JS and CSS versions.Emily Eisenberg2015-09-26
| | | | | | | | | Update the default KaTeX JS/CSS links to the current version. KaTeX v0.5.1 has far more functions and symbols than v0.1.0, so it seems like a better default. I think technically this might break compatibility because we released a breaking change due to the greediness of the `\color` function, but this probably has very little impact.
* | | appveyor.yml: fixed cabal flag.John MacFarlane2015-09-27
| | |
* | | appveyor: attempt to create msi package after build.John MacFarlane2015-09-27
| | |
* | | Removed unneeded imports.John MacFarlane2015-09-26
| | |
* | | MediaBag: ensure that / is always used as path separator.John MacFarlane2015-09-26
| | |
* | | appveyor.yml: revert to non-stack version.John MacFarlane2015-09-26
| | |
* | | appveyor.yml: Get submodules.John MacFarlane2015-09-26
|/ /
* | appveyor: Fixed stack.exe path.John MacFarlane2015-09-26
| |
* | More appveyor fixes.John MacFarlane2015-09-26
| |
* | appveyor.yml: changed clone dir.John MacFarlane2015-09-26
| |
* | New appveyor.yml using stack.John MacFarlane2015-09-26
| | | | | | | | Copied, mostly, from stack's repo.
* | Changes to templates to support handling of bidirectional text.John MacFarlane2015-09-26
| | | | | | | | (LaTeX, ConTeXt, HTML)
* | Merge pull request #2419 from mb21/bidiJohn MacFarlane2015-09-26
|\ \ | | | | | | Support bidirectional text output with XeLaTeX, ConTeXt and HTML
| * | Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212015-09-26
| |/ | | | | | | closes #2191
* | Slightly improved description of citation locators in README.John MacFarlane2015-09-26
| |
* | Merge pull request #2418 from nickbart1980/patch-3John MacFarlane2015-09-26
|\ \ | | | | | | Give details of locator terms
| * | Give details of locator termsnickbart19802015-09-26
|/ /
* | Removed unneeded import.John MacFarlane2015-09-26
| |
* | Correctly recognize book documentclass in metadata.John MacFarlane2015-09-25
| | | | | | | | Closes #2395.
* | Markdown reader: handle 'id' and 'class' in parsing key/value attrs.John MacFarlane2015-09-25
| | | | | | | | | | | | | | | | | | | | # Header {id="myid" class="foo bar"} is now equivalent to # Header {#myid .foo .bar} Closes #2396.
* | LaTeX, ConTeXt templates: more specific language variables.John MacFarlane2015-09-25
| | | | | | | | | | | | | | Instead of directly using `lang`, we now use `babel-lang` and `polyglossia-lang` and `context-lang`. These variables are set by the writers to the necessary values, based on the `lang` variable (which now always takes a value in BCP47 format).
* | Allow syb 0.6.John MacFarlane2015-09-23
| |
* | LaTeX reader: support longtable.John MacFarlane2015-09-23
|/ | | | Closes #2411.
* Merge pull request #2369 from mb21/language-variablesJohn MacFarlane2015-09-22
|\ | | | | `lang` variable is now in BCP47 format
| * `lang` variable is now in BCP47 formatmb212015-08-20
| | | | | | | | strings are converted for LaTeX and ConTeXt output, closes #1614
* | Allow aeson 0.10.John MacFarlane2015-09-20
| |
* | Merge pull request #2406 from tarleb/org-verse-fixJohn MacFarlane2015-09-20
|\ \ | | | | | | Make sure verse blocks can contain empty lines
| * | Make sure verse blocks can contain empty linesAlbert Krewinkel2015-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous verse parsing code made the faulty assumption that empty strings are valid (and empty) inlines. This isn't the case, so lines are changed to contain at least a newline. It would generally be nicer and faster to keep the newlines while splitting the string. However, this would require more code, which seems unjustified for a simple (and fairly rare) block as *verse*. This fixes #2402.
* | | Merge pull request #2405 from lierdakil/rest-normalize-amendJohn MacFarlane2015-09-19
|\ \ \ | |/ / |/| | [RST Writer] Don't normalize heading levels below input minimum
| * | [RST Writer] Don't normalize heading levels below input minimumNikolay Yakimov2015-09-19
|/ /
* | Markdown writer: in TOC, add links to headers.John MacFarlane2015-09-17
| | | | | | | | Closes #829.
* | sample.lua - define CaptionedImage, add newline at end.John MacFarlane2015-09-15
| | | | | | | | Cloess #2393.
* | Tests: docx writer tests now use "../data" for data directory.John MacFarlane2015-09-09
| | | | | | | | This allows tests to be run without installing first.
* | Use user data directory for reference docx archive.John MacFarlane2015-09-09
| | | | | | | | | | This allows the test suite to work without installing pandoc first. It also brings the docx writer in line with the odt writer.
* | stack.yaml - bump to latest LTS Stackage.John MacFarlane2015-09-09
| |
* | Removed obsolete reference to default.csl.John MacFarlane2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2372. @cinaeco as the pandoc-citeproc man page describes, the current behavior if no style is specified is to look in `~/.csl/chicago-author-date.csl`, and if nothing is found there, to use a default version of chicago-author-date.csl. You may want to open a separate issue on jgm/pandoc-citeproc suggesting the use of `default.csl` rather than `chicago-author-date.csl`. I agree that this would make sense.
* | Merge pull request #2364 from gbataille/bugDocJohn MacFarlane2015-08-17
|\ \ | |/ |/| [BUG] Haddock : * and ^ to be escaped in docs
| * [BUG] Haddock : * and ^ to be escaped in docsGrégory Bataille2015-08-17
| |
* | stack-yaml: use lts 3.1 resolver.John MacFarlane2015-08-16
| |
* | Merge pull request #2352 from ousia/masterJohn MacFarlane2015-08-16
|\ \ | | | | | | added selectors for nested emphasis (epub.css)
| * | added selectors for nested emphasis (epub.css)Pablo Rodríguez2015-08-07
| | |
* | | Use cabal-install-head in travis for ghc 7.10.1.John MacFarlane2015-08-15
| | | | | | | | | | | | | | | | | | | | | See https://www.reddit.com/r/haskell/comments/3f4bgr/the_version_of_cabal_being_used_has_changed/ Maybe this will fix the Cabal version mismatch problem?
* | | Travis: removed diagnostics, add cabal path to PATH, back to ghc 7.10.1.John MacFarlane2015-08-15
| | | | | | | | | | | | | | | ghc 7.10.2 isn't whitelisted yet. https://github.com/travis-ci/travis-ci/issues/4478
* | | Added some travis diagnostics.John MacFarlane2015-08-15
| | |
* | | Travis: build with ghc 7.10.2 instead of 7.10.1.John MacFarlane2015-08-15
| | |
* | | Use real jpg (not empty) for docx tests to avoid warning.John MacFarlane2015-08-15
| | |
* | | RST reader: better handling of indirect roles.John MacFarlane2015-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the parser failed on this kind of case .. role:: indirect(code) .. role:: py(indirect) :language: python :py:`hi` Now it currectly recognizes `:py:` as a code role. The previous test for this didn't work, because the name of the indirect role was the same as the language defined its parent, os it didn't really test for this behavior. Updated test.
* | | Merge pull request #2360 from jg/issue-2354John MacFarlane2015-08-15
|\ \ \ | | | | | | | | Org reader: add auto identifiers if not present on headers