Age | Commit message (Expand) | Author | Files | Lines |
2018-08-17 | Haddock Writer: Use proper format for latex math in haddock (#4571). | Joe Hermaszewski | 2 | -13/+11 |
2018-08-17 | LaTeX reader: fix siunitx unit commands... | John MacFarlane | 2 | -174/+188 |
2018-08-17 | Add latest hs-bibutils to stack.yaml. | John MacFarlane | 3 | -1/+3 |
2018-08-16 | stack.lts11.yaml - use git head for pandoc-citeproc. | John MacFarlane | 1 | -0/+2 |
2018-08-16 | Revert "appveyor.yml: use regular stack.yaml, not stack.lts11.yaml." | John MacFarlane | 1 | -2/+2 |
2018-08-16 | appveyor.yml: use regular stack.yaml, not stack.lts11.yaml. | John MacFarlane | 1 | -2/+2 |
2018-08-16 | stack.yaml: use lts 12.6 and latest git pandoc-citeproc. | John MacFarlane | 1 | -2/+3 |
2018-08-16 | LaTeX reader: fix double `unnumbered` class. | John MacFarlane | 1 | -21/+20 |
2018-08-16 | TEI template: improve publicationStmt. | John MacFarlane | 2 | -3/+17 |
2018-08-16 | TEI improvements. | John MacFarlane | 2 | -17/+2 |
2018-08-16 | LaTeX writer/template: be sensitive to `filecolor` variable. | John MacFarlane | 3 | -7/+11 |
2018-08-15 | Markdown reader: Use "tex" instead of "latex" for raw tex-ish content. | John MacFarlane | 17 | -36/+37 |
2018-08-15 | Support "toc-title" in the beamer template. (#4835) | Cyril Roelandt | 2 | -1/+4 |
2018-08-14 | Bump version to 2.3, because of breaking API change to Macro. | John MacFarlane | 1 | -1/+1 |
2018-08-14 | ODT reader: deal gracefully with missing `<office:font-face-decls/>`. | John MacFarlane | 1 | -1/+1 |
2018-08-14 | LaTeX reader: handle parameter patterns for `\def`. | John MacFarlane | 3 | -23/+57 |
2018-08-13 | RST writer: render Divs with admonition classes as admonitions. | John MacFarlane | 2 | -3/+32 |
2018-08-13 | RST writer: use `.. container` for generic Divs, instead of raw HTML. | John MacFarlane | 2 | -72/+24 |
2018-08-13 | Makefile: ghc options to speed compilation for 'make quick'. | John MacFarlane | 1 | -1/+1 |
2018-08-12 | LaTeX reader: Allow `%` characters in URLs. | John MacFarlane | 2 | -13/+52 |
2018-08-12 | Muse reader: don't allow digits after closing marker in lightweight markup | Alexander Krotov | 2 | -2/+6 |
2018-08-12 | Lua: cleanup Lua utils, remove unused functions. | Albert Krewinkel | 5 | -104/+75 |
2018-08-11 | MANUAL: more detail on customization in syntax highlighting section. | John MacFarlane | 1 | -3/+21 |
2018-08-10 | Travis: use more compiler warnings. | John MacFarlane | 1 | -4/+4 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -2/+4 |
2018-08-10 | Avoid incomplete pattern patch. | John MacFarlane | 1 | -5/+8 |
2018-08-10 | Makefile: add some warnings to GHCOPTS. | John MacFarlane | 1 | -1/+5 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -11/+5 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -7/+8 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -3/+1 |
2018-08-10 | Avoid non-exhaustive pattern matches. | John MacFarlane | 1 | -4/+6 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -11/+12 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -10/+12 |
2018-08-10 | Avoid non-exhaustive pattern match. | John MacFarlane | 1 | -2/+3 |
2018-08-10 | Avoid a non-exhaustive pattern match. | John MacFarlane | 1 | -3/+2 |
2018-08-08 | HTML writer: Don't prefix epub: attributes with data-. | John MacFarlane | 1 | -0/+1 |
2018-08-07 | Bump to 2.2.3.2, update man page, changelog. | John MacFarlane | 4 | -3/+13 |
2018-08-07 | Markdown reader: Properly handle boolean values in YAML metadata. | John MacFarlane | 2 | -1/+62 |
2018-08-06 | Bump to 2.2.3.1, update man page and changelog. | John MacFarlane | 4 | -3/+9 |
2018-08-06 | Fix parsing of embedded mappings in YAML metadata. | John MacFarlane | 2 | -24/+32 |
2018-08-05 | Update README.md. | John MacFarlane | 1 | -6/+6 |
2018-08-05 | Bump to 2.2.3, update changelog and man page. | John MacFarlane | 4 | -17/+110 |
2018-08-05 | RST reader: improve parsing of inline interpreted text roles. | John MacFarlane | 6 | -19/+86 |
2018-08-05 | Added test case for #4669 to repository. | John MacFarlane | 1 | -0/+29 |
2018-08-04 | Describe required space as breaking change (#4808) | Kirill Müller | 1 | -0/+5 |
2018-08-03 | RST writer: allow images to be directly nested within links, closes #4810 (#4... | Francesco Occhipinti | 1 | -0/+2 |
2018-08-03 | Better error message on `-t pdf -o out.pdf` (#4815) | Mauro Bieg | 1 | -5/+9 |
2018-08-01 | RST writer: use `titleblock` instead of `title` variable for title block | Francesco Occhipinti | 3 | -6/+15 |
2018-08-01 | fix broken link for cabal-install (#4806) | ChanHoHo | 1 | -1/+1 |
2018-07-31 | MANUAL: Add beamer info for slide backgrounds (#4802) | John Muccigrosso | 1 | -12/+16 |