Age | Commit message (Expand) | Author | Files | Lines |
2018-08-21 | LaTeX reader: support blockcquote, foreignblockquote from csquotes. | John MacFarlane | 2 | -8/+23 |
2018-08-21 | Fix mistake in REPL instructions for stack. (#4849) | Brian Leung | 1 | -1/+1 |
2018-08-21 | LaTeX reader: support enquote*, foreignquote, hypphenquote... | John MacFarlane | 2 | -6/+82 |
2018-08-19 | Markdown writer: escape `~` if strikeout extension enabled. | John MacFarlane | 1 | -1/+2 |
2018-08-18 | Added chocolatey installation method (#4844) | Miodrag Milić | 1 | -0/+3 |
2018-08-18 | Fix compiler warning. | John MacFarlane | 1 | -1/+1 |
2018-08-17 | LaTeX reader: Support more text-mode accents. | John MacFarlane | 2 | -5/+95 |
2018-08-17 | LaTeX reader: use combining characters when needed for accents. | John MacFarlane | 1 | -1/+4 |
2018-08-17 | Docx writer: properly handle display math in spans. | John MacFarlane | 2 | -6/+10 |
2018-08-17 | Add support for latex mintinline (#4365) | Marc Schreiber | 2 | -0/+33 |
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 |