Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-17 | Latex reader: Skip spaces in image options | Ben Firshman | 2 | -0/+5 | |
2017-10-17 | Add tests for existing \includegraphics behaviour | Ben Firshman | 1 | -0/+24 | |
2017-10-16 | SelfContained: handle data-background attribute on section. | John MacFarlane | 1 | -2/+3 | |
This should help with #3979. In my test, I got a data uri for data-background. But it didn't actually work in the browser (the background image didn't show). Not sure whether this is a problem in reveal.js or a problem in pandoc... | |||||
2017-10-16 | HTML writer: don't add data- prefix to unknown attributes beginning with data-. | John MacFarlane | 1 | -0/+1 | |
Or we'll get data-data-blah. | |||||
2017-10-16 | Revised command test 3971 to work with Windows. | John MacFarlane | 1 | -2/+2 | |
2017-10-16 | Improved handling of include files in LaTeX reader. | John MacFarlane | 5 | -61/+93 | |
Previously `\include` wouldn't work if the included file contained, e.g., a begin without a matching end. We've changed the Tok type so that it stores a full SourcePos, rather than just a line and column. So tokens keeep track of the file they came from. This allows us to use a simpler method for includes, which doesn't require parsing the included document as a whole. Closes #3971. | |||||
2017-10-16 | RST writer: correctly handle inline code containing backticks. | John MacFarlane | 2 | -2/+13 | |
(Use a :literal: role.) Closes #3974. | |||||
2017-10-16 | RST writer: don't backslash-escape word-internal punctuation. | John MacFarlane | 3 | -16/+25 | |
Closes #3978. | |||||
2017-10-15 | App: added --request-header option. | John MacFarlane | 2 | -11/+28 | |
2017-10-15 | Remove openURL from Shared (API change). | John MacFarlane | 3 | -58/+46 | |
Now all the guts of openURL have been put into openURL from Class. openURL is now sensitive to stRequestHeaders in CommonState and will add these custom headers when making a request. It no longer looks at the USER_AGENT environment variable, since you can now set the `User-Agent` header directly. | |||||
2017-10-15 | Class: add stRequestHeaders to CommonState, and setRequestHeader. | John MacFarlane | 1 | -0/+13 | |
2017-10-15 | Handle unknown options in form `--latex-engine=foo`. | John MacFarlane | 1 | -1/+2 | |
Previously these were not triggering the helpful message about option name changes. | |||||
2017-10-13 | Merge pull request #3970 from d-dorazio/master | John MacFarlane | 1 | -2/+4 | |
markdown writer: always write bracketed_spans' attributes | |||||
2017-10-13 | CommonMark writer: omit "fig:" prefix in image titles. | John MacFarlane | 1 | -0/+3 | |
This is used internally to indicate internal figures. See https://groups.google.com/d/msgid/pandoc-discuss/892c5a25-086a-4e19-b4c1-8 975cea8df0f@googlegroups.com?utm_medium=email&utm_source=footer | |||||
2017-10-13 | markdown writer: always write bracketed_spans' attributes | d-dorazio | 1 | -2/+4 | |
2017-10-12 | .travis.yml - move 7.10 and 8.0 out of accepted failures. | John MacFarlane | 1 | -3/+0 | |
2017-10-12 | .travis.yml - use -j2 on build. | John MacFarlane | 1 | -2/+2 | |
2017-10-12 | More travis tweaks. | John MacFarlane | 1 | -3/+1 | |
2017-10-12 | .travis.yml - try with -j1. | John MacFarlane | 1 | -1/+1 | |
2017-10-12 | More travis tweaks: try without -j, add -O0 again. | John MacFarlane | 1 | -8/+8 | |
2017-10-12 | .travis.yml - use --fast and --disable-optimization rather than -O0. | John MacFarlane | 1 | -12/+12 | |
2017-10-12 | .travis.yml - use -v3 in cabal builds to debug. | John MacFarlane | 1 | -2/+2 | |
2017-10-12 | .travis.yml tweaks: use ulimit, --ghc-options for cabal build. | John MacFarlane | 1 | -5/+3 | |
2017-10-12 | appveyor.yml: added skip_commits. | John MacFarlane | 1 | -0/+10 | |
2017-10-11 | Updated authors in MANUAL.txt. | John MacFarlane | 1 | -0/+1 | |
2017-10-11 | ConTeXt writer: Use identifiers for chapters. | John MacFarlane | 2 | -6/+16 | |
Closes #3968. | |||||
2017-10-11 | Travis: allow failure for ghc 7.10.3 build. | John MacFarlane | 1 | -1/+2 | |
2017-10-11 | Merge pull request #3965 from labdsf/fb2poem | John MacFarlane | 1 | -2/+6 | |
FB2 Writer: format LineBlock as poem | |||||
2017-10-11 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2017-10-11 | Added hs-bibutils to stack.pgk.yaml. | John MacFarlane | 1 | -0/+1 | |
2017-10-11 | Revert "appveyor tweak - maybe this will help with the build issue." | John MacFarlane | 1 | -1/+1 | |
This reverts commit c40768b28a4646dec425ce4784cfcf46e2405464. | |||||
2017-10-11 | appveyor tweak - maybe this will help with the build issue. | John MacFarlane | 1 | -1/+1 | |
2017-10-11 | FB2 Writer: format LineBlock as poem | Alexander Krotov | 1 | -2/+6 | |
Previously writer produced one paragraph with <empty-line/> elements, which are not allowed inside <p> according to FB2 schema. | |||||
2017-10-10 | Use latest pandoc-citeproc in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-10 | Merge pull request #3963 from agusmba/issue3901 | John MacFarlane | 1 | -0/+1 | |
docx writer - activate evenAndOddHeaders from reference doc | |||||
2017-10-10 | Allow travis ghc 8.0.2 cabal build to fail. It always times out. | John MacFarlane | 1 | -0/+2 | |
2017-10-10 | docx writer - activate evenAndOddHeaders from reference doc | Agustín Martín Barbero | 1 | -0/+1 | |
Fixes #3901 by checking for the evenAndOddHeaders mark in the reference doc, and copying it to the resulting docx if present. | |||||
2017-10-09 | Travis: added some 'date' commands... | John MacFarlane | 1 | -0/+4 | |
so we can try to see why builds are failing with timeout. | |||||
2017-10-09 | FB2 writer: replace concatMap with cMap | Alexander Krotov | 1 | -10/+10 | |
2017-10-09 | hlint FB2 writer | Alexander Krotov | 1 | -50/+50 | |
2017-10-08 | Add test - closes #3958. | John MacFarlane | 1 | -0/+20 | |
2017-10-08 | Shared.stringify, removeFormatting: handle Quoted better. | John MacFarlane | 1 | -2/+9 | |
Previously we were losing the qutation marks in Quoted elements. See #3958. | |||||
2017-10-08 | LaTeX reader: don't treat "..." as Quoted. | John MacFarlane | 1 | -2/+0 | |
This caused quotes to be omitted in `\texttt` contexts. Closes #3958. However, a better fix would be to modify the | |||||
2017-10-08 | Small logic fix. | John MacFarlane | 1 | -2/+1 | |
2017-10-08 | Org reader: end footnotes after two blank lines | Albert Krewinkel | 2 | -63/+79 | |
Footnotes can not only be terminated by the start of a new footnote or a header, but also by two consecutive blank lines. | |||||
2017-10-06 | Use mathjax 2.7.2 by default. | John MacFarlane | 1 | -1/+1 | |
2017-10-06 | Removed redundant import | John MacFarlane | 1 | -1/+0 | |
2017-10-06 | Merge pull request #3955 from bucklereed/read-latex-languages | John MacFarlane | 2 | -113/+149 | |
LaTeX reader: read polyglossia/babel \text($LANG){...}. | |||||
2017-10-06 | LaTeX reader: read polyglossia/babel \text($LANG){...}. | bucklereed | 2 | -113/+149 | |
2017-10-05 | KaTeX fixes: | John MacFarlane | 5 | -44/+22 | |
* In Options.HTMLMathMethod, the KaTeX contsructor now takes only one string (for the KaTeX base URL), rather than two [API change]. * The default URL has been updated to the latest version. * The autoload script is now loaded by default. |