summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added texmath 0.8.6.5.John MacFarlane2016-07-26
|
* Use texmath 0.8.6.5. Closes #3040.John MacFarlane2016-07-24
|
* Fixed stack.full.yaml.John MacFarlane2016-07-23
|
* Merge pull request #3038 from tarleb/patch-1John MacFarlane2016-07-23
|\ | | | | Use http to access online documentation
| * Use http to access online documentationAlbert Krewinkel2016-07-23
|/ | | The link to the online manual used the `https` schema, which doesn't work for this resource. Changed to `http`.
* Fixed appveyor badgeJohn MacFarlane2016-07-22
|
* Added appveyor badgeJohn MacFarlane2016-07-22
|
* Fix MANUAL.txt path in make-windows-installer.txt.John MacFarlane2016-07-22
|
* Merge pull request #3033 from tarleb/github-readmeJohn MacFarlane2016-07-22
|\ | | | | PoC: GitHub-optimized README
| * Add Github-friendly README.mdAlbert Krewinkel2016-07-20
| |
| * Rename README to MANUAL.txtAlbert Krewinkel2016-07-20
| |
* | Textile reader: disallow empty URL in explicit link.John MacFarlane2016-07-22
| | | | | | | | Closes #3036.
* | Added test for extended code block in textile.John MacFarlane2016-07-22
| | | | | | | | Closes #3037.
* | Textile reader: support `bc..` extended code blocks.John MacFarlane2016-07-22
| | | | | | | | | | Also, remove trailing newline in code blocks (consistently with Markdown reader).
* | Removed flag setting for texmath in stack.full.yaml.John MacFarlane2016-07-22
| |
* | stack.full.yaml - only build pandoc, pandoc-types, pandoc-citeproc.John MacFarlane2016-07-21
| |
* | Updated stack.full.yaml.John MacFarlane2016-07-21
| |
* | make_deb.sh: get pandoc-citeproc LICENSE from github.John MacFarlane2016-07-21
| |
* | make_deb.sh: get pandoc-citeproc.1 directly from github.John MacFarlane2016-07-21
| |
* | deb Vagrantfile: install curl.John MacFarlane2016-07-21
| |
* | Small changes in debian package creation.John MacFarlane2016-07-20
| | | | | | | | | | Use more recent resolver, no longer need custom stack.yaml for hsb2hs
* | LaTeX reader: be more forgiving of non-standard characters.John MacFarlane2016-07-20
| | | | | | | | | | | | E.g. `^` outside of math. Some custom environments give these a meaning, so we should try not to fall over when we encounter them.
* | LaTeX reader: more robust parsing of unknown environments.John MacFarlane2016-07-20
| | | | | | | | | | We no longer fail on things like `^` inside options for tikz. Closes #3026.
* | Restored whitespace between paragraphs in beamer template.John MacFarlane2016-07-20
| | | | | | | | See jgm/pandoc-templates#207.
* | RST reader: use Div for admonitions.John MacFarlane2016-07-20
|/ | | | | | | | | | | | | | Previously blockquotes were used. Now a Div is used with class `admonition` and (if relevant) one of the following: `attention`, `caution`, `danger`, `error`, `hint`, `important`, `note`, `tip`, `warning`. `sidebar` is also put into a Div. Note: This will change rendering of RST documents! It should provide much more flexibility. Closes #3031.
* Textile reader: improve definition list parsing.John MacFarlane2016-07-19
| | | | | - Allow multiple terms (which we concatenate with linebreaks). - Fix exponential parsing bug (closes #3020 for real this time).
* Textile reader: improved table parsing.John MacFarlane2016-07-18
| | | | | | | | | | | We now handle cell and row attributes, mostly by skipping them. However, alignments are now handled properly. Since in pandoc alignment is per-column, not per-cell, we try to devine column alignments from cell alignments. Table captions are also now parsed, and textile indicators for thead and tfoot no longer cause parse failure. (However, a row designated as tfoot will just be a regular row in pandoc.)
* LaTeX template: Added dummy definition for `\institute`.John MacFarlane2016-07-18
| | | | | | This isn't a standard command, and we want to avoid a crash when `institute` is used with the default template.
* Fixd README date.John MacFarlane2016-07-17
|
* Use cmark-0.5.3.1 with stack.lts6.yaml.John MacFarlane2016-07-16
|
* Add aeson-pretty to stack.yaml for deb, windows.John MacFarlane2016-07-16
|
* Use cmark-0.5.3.1 in stack.yaml.John MacFarlane2016-07-16
|
* Updated changelog.John MacFarlane2016-07-15
|
* Added aeson-pretty to osx/stack.yaml.John MacFarlane2016-07-15
|
* Use cmark-0.5.3 in stack.yaml.John MacFarlane2016-07-15
|
* Don't require haddock-library 1.4.John MacFarlane2016-07-15
| | | | Instead use CPP to work around version differences.
* Use liftM since otherwise Functor type constraint needen in ghc 7.8.John MacFarlane2016-07-15
|
* Fixed compiler warnings.John MacFarlane2016-07-14
|
* Haddock reader - support math.John MacFarlane2016-07-14
| | | | | The Haddock document model added elements for math in 1.4.
* Require haddock-library >= 1.4.John MacFarlane2016-07-14
| | | | This has math support, DocMathInline and DocMathDisplay.
* Use pandoc-citeproc-0.10.1 for packages.John MacFarlane2016-07-14
|
* Updated man page.John MacFarlane2016-07-14
|
* Fixed duplicate reference in README.John MacFarlane2016-07-14
|
* Docx Writer: Use actual creation time as doc propJesse Rosenthal2016-07-14
| | | | | | | | Previously, we had used the user-supplied date, if available, for Word's document creation metadata. This could lead to weird results, as in cases where the user post-dates a document (so the modification might be prior to the creation). Here we use the actual computer time to set the document creation.
* Shared: improve year sanity check in normalizeDateJesse Rosenthal2016-07-14
| | | | | | | | Previously we parsed a list of dates, took the first one, and then tested its year range. That meant that if the first one failed, we returned nothing, regardless of what the others did. Now we test for sanity before running `msum` over the list of Maybe values. Anything failing the test will be Nothing, so will not be a candidate.
* Shared: normalizeDate should reject illegal years.Jesse Rosenthal2016-07-14
| | | | | | | We only allow years between 1601 and 9999, inclusive. The ISO 8601 actually says that years are supposed to start with 1583, but MS Word only allows 1601-9999. This should stop corrupted word files if the date is out of that range, or is parsed incorrectly.
* Shared: Add further formats for `normalizeDate`Jesse Rosenthal2016-07-14
| | | | | | We want to avoid illegal dates -- in particular years with greater than four digits. We attempt to parse series of digits first as `%Y%m%d`, then `%Y%m`, and finally `%Y`.
* Added resolver clause to stack.lts6.yaml.John MacFarlane2016-07-14
|
* Added winpkg target to Makefile.John MacFarlane2016-07-14
| | | | | | | This downloads the windows package from appveyor and signs it using the key. This way we needn't mess with a Windows VM to build the package.
* make_oxs_package.sh - use OSX env variable.John MacFarlane2016-07-14
|