Age | Commit message (Expand) | Author | Files | Lines |
2018-05-30 | Revert "ALlow compilation with haddock-library 1.4 and above." | John MacFarlane | 2 | -15/+2 |
2018-05-30 | ALlow compilation with haddock-library 1.4 and above. | John MacFarlane | 2 | -2/+15 |
2018-05-30 | LaTeX reader `rawLaTeXBlock`: handle macros that resolve to a... | John MacFarlane | 2 | -1/+37 |
2018-05-30 | LaTeX reader: tighten up reading of beamer overlay specifications. | John MacFarlane | 1 | -9/+20 |
2018-05-30 | Markdown writer: preserve `implicit_figures` with attributes... | John MacFarlane | 2 | -5/+18 |
2018-05-30 | Muse reader: parse image URLs without "guard" and "takeExtension" | Alexander Krotov | 2 | -5/+6 |
2018-05-28 | Muse reader: split link and image parsing into separate functions | Alexander Krotov | 1 | -10/+17 |
2018-05-27 | Muse reader: parse links starting with "URL:" explicitly | Alexander Krotov | 1 | -12/+19 |
2018-05-27 | Muse reader: test image with space in filename | Alexander Krotov | 1 | -0/+3 |
2018-05-20 | Correct the macOS homebrew note (#4664) | Ian | 1 | -3/+3 |
2018-05-20 | Use haddock-library 1.6.0. | John MacFarlane | 4 | -15/+4 |
2018-05-19 | Clarify macos install in INSTALL.md. | John MacFarlane | 1 | -3/+6 |
2018-05-16 | LaTeX reader: parse more siunitx unit commands. | John MacFarlane | 1 | -1/+73 |
2018-05-16 | Custom writer: fix error message on script failure | Albert Krewinkel | 1 | -1/+1 |
2018-05-15 | rawLaTeXBlock: don't expand macros in macro definitions! | John MacFarlane | 2 | -11/+19 |
2018-05-14 | Docx writer: be sensitive to `toc` in YAML metadata. | John MacFarlane | 1 | -4/+11 |
2018-05-14 | Make internal links work in ODT/OpenDocument. | John MacFarlane | 2 | -49/+64 |
2018-05-14 | Require texmath >= 0.11. | John MacFarlane | 1 | -1/+1 |
2018-05-12 | EPUB writer: properly escape pagetitle. | John MacFarlane | 1 | -3/+6 |
2018-05-11 | Removed inadvertently added .orig files from repository. | John MacFarlane | 79 | -10389/+0 |
2018-05-11 | Dockerfile fixes. | John MacFarlane | 1 | -1/+2 |
2018-05-10 | Update changelog. | John MacFarlane | 1 | -1/+1 |
2018-05-10 | Update version on man page. | John MacFarlane | 1 | -1/+1 |
2018-05-10 | Bump version to 2.2.1. | John MacFarlane | 1 | -1/+1 |
2018-05-10 | Update manual date and man page. | John MacFarlane | 2 | -8/+10 |
2018-05-10 | Update changelog. | John MacFarlane | 1 | -3/+15 |
2018-05-10 | Use texmath-0.11. | John MacFarlane | 4 | -4/+4 |
2018-05-09 | MANUAL: clarify pipe table width calculation (#4630) | Mauro Bieg | 1 | -4/+6 |
2018-05-09 | Org reader: fix image filename recognition | Albert Krewinkel | 1 | -6/+7 |
2018-05-09 | Update changelog. | John MacFarlane | 2 | -0/+59 |
2018-05-09 | Restored and undeprecated gladtex for HTML math. | John MacFarlane | 5 | -7/+67 |
2018-05-09 | Fix regression with tex math environments in HTML + MathJax. | John MacFarlane | 2 | -11/+15 |
2018-05-09 | Parsing: Lookahead for non-whitespace after single/double quote start. | John MacFarlane | 2 | -2/+10 |
2018-05-08 | Another try at test-pandoc-utils.lua on windows. | John MacFarlane | 1 | -3/+2 |
2018-05-08 | test-pandoc-utils.lua - add diagnostic for windows test. | John MacFarlane | 1 | -0/+1 |
2018-05-08 | More adjustments to test-pandoc-utils.lua. | John MacFarlane | 1 | -5/+4 |
2018-05-08 | test-pandoc-utils.lua - use tr instead of sed. | John MacFarlane | 1 | -1/+1 |
2018-05-08 | Fixed bug in uriPathToPath for Windows. | John MacFarlane | 1 | -1/+1 |
2018-05-08 | test-pandoc-utils.lua: workaround some local differences in 'echo'. | John MacFarlane | 1 | -2/+2 |
2018-05-08 | test-pandoc-utils.lua: remove problems with missing `/bin/false`. | John MacFarlane | 1 | -13/+22 |
2018-05-08 | Support underline in docx writer. | John MacFarlane | 2 | -0/+3 |
2018-05-08 | Use uriPathToPath with file: URIs. | John MacFarlane | 2 | -3/+4 |
2018-05-08 | Shared: add uriPathToPath. | John MacFarlane | 1 | -0/+14 |
2018-05-08 | MANUAL: clarify truthiness in template variables (#4631) | Mauro Bieg | 1 | -4/+18 |
2018-05-08 | Add test for #4576. | John MacFarlane | 1 | -0/+6 |
2018-05-08 | LaTeX reader: handle `$` in `/text{..}` inside math. | John MacFarlane | 1 | -7/+22 |
2018-05-07 | HTML writer: Strip links from headers when creating TOC. | John MacFarlane | 1 | -4/+12 |
2018-05-07 | Muse writer: add support for left-align and right-align classes | Alexander Krotov | 2 | -2/+14 |
2018-05-07 | Use Data.Maybe.fromMaybe | Alexander Krotov | 1 | -6/+3 |
2018-05-05 | Revert piping html to pdf-engine (#4628) | Mauro Bieg | 1 | -50/+46 |