Age | Commit message (Expand) | Author | Files | Lines |
2017-06-27 | Docx writer: Allow 9 list levels. | John MacFarlane | 1 | -3/+9 |
2017-06-26 | OpenDocument/ODT writer: Added support for table of contents. | John MacFarlane | 1 | -0/+1 |
2017-06-26 | Use `table-of-contents` for contents of toc, make `toc` a boolean. | John MacFarlane | 3 | -6/+18 |
2017-06-26 | Muse writer: fix hlint errors (#3764) | Alexander Krotov | 1 | -17/+13 |
2017-06-26 | LaTeX writer: use BCP47 parser. | John MacFarlane | 1 | -89/+105 |
2017-06-25 | BCP47: split toLang from getLang, rearranged types. | John MacFarlane | 3 | -38/+39 |
2017-06-25 | Refactored ConTeXt writer to use BCP47. | John MacFarlane | 1 | -34/+34 |
2017-06-25 | Moved BCP47 specific functions from Writers.Shared to new module. | John MacFarlane | 4 | -87/+8 |
2017-06-25 | Writers.Shared: improve type of Lang and bcp47 parser. | John MacFarlane | 3 | -41/+79 |
2017-06-25 | Writers.Shared: refactored getLang, splitLang... | John MacFarlane | 4 | -36/+55 |
2017-06-25 | Fixed support for `lang` attribute in OpenDocument and ODT writers. | John MacFarlane | 1 | -20/+15 |
2017-06-25 | Support `lang` attribute in OpenDocument and ODT writers. | John MacFarlane | 3 | -18/+72 |
2017-06-25 | Text.Pandoc.Writers.Shared: export splitLang. | John MacFarlane | 1 | -0/+19 |
2017-06-25 | Text.Pandoc.Writers.Shared: added getLang. | John MacFarlane | 1 | -2/+13 |
2017-06-23 | Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw. | John MacFarlane | 1 | -5/+9 |
2017-06-23 | HTML writer: make sure html4, html5 formats work for raw blocks/inlines. | John MacFarlane | 1 | -14/+26 |
2017-06-22 | EPUB writer: put title_page.xhtml in text/. | John MacFarlane | 1 | -2/+2 |
2017-06-22 | EPUB writer: Fixed various things with new EPUB structure. | John MacFarlane | 1 | -6/+6 |
2017-06-22 | Added `writerEpubSubdirectory` to `WriterOptions`. | John MacFarlane | 1 | -8/+8 |
2017-06-21 | Change default EPUB directory structure in OCF container. | John MacFarlane | 1 | -11/+22 |
2017-06-20 | Writers: adjusted for renderTemplate' changes. | John MacFarlane | 25 | -47/+51 |
2017-06-20 | Removed redundant import. | John MacFarlane | 1 | -1/+0 |
2017-06-20 | Docbook, JATS, TEI writers: print INFO message when omitting interior header. | John MacFarlane | 3 | -8/+14 |
2017-06-20 | FB2 writer: don't fail with an error on interior headers (e.g. in list). | John MacFarlane | 1 | -3/+5 |
2017-06-20 | Fixed footnotes in table captions. | John MacFarlane | 1 | -16/+18 |
2017-06-19 | Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL. | John MacFarlane | 1 | -0/+7 |
2017-06-18 | Use revealjs's math plugin for mathjax. | John MacFarlane | 1 | -1/+7 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 23 | -24/+24 |
2017-06-12 | Markdown writer: don't allow soft break in header. | John MacFarlane | 1 | -0/+7 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 29 | -149/+211 |
2017-06-10 | Writers.Shared: metaToJSON, generalized type so it can take a Text. | John MacFarlane | 1 | -9/+9 |
2017-06-03 | Improve code style in lua and org modules | Albert Krewinkel | 1 | -16/+14 |
2017-06-02 | Fixed keywords in docx writer. | John MacFarlane | 1 | -1/+6 |
2017-06-02 | Add keywords metadata to docx document properties | Ian | 1 | -0/+1 |
2017-06-01 | HTML writer: Avoid two class attributes when adding 'uri' class. | John MacFarlane | 1 | -7/+7 |
2017-06-01 | Markdown writer: Avoid inline surround-marking with empty content. | John MacFarlane | 1 | -0/+5 |
2017-05-27 | Markdown writer: changes to `--reference-links`. | John MacFarlane | 1 | -15/+44 |
2017-05-26 | HTML writer: Removed unused parameter in dimensionsToAttributeList. | John MacFarlane | 1 | -3/+3 |
2017-05-25 | Allow em for image height/width in HTML, LaTeX. | John MacFarlane | 1 | -4/+3 |
2017-05-25 | Docx writer: Use Table rather than "Table Normal" for table style. | John MacFarlane | 1 | -1/+1 |
2017-05-23 | Fixed handling of soft hyphen (0173) in docx writer. | John MacFarlane | 1 | -7/+19 |
2017-05-23 | Shared: Provide custom isURI that rejects unknown schemes [isURI] | Albert Krewinkel | 11 | -16/+8 |
2017-05-19 | RST writer: add empty comments when needed... | John MacFarlane | 1 | -3/+25 |
2017-05-18 | Don't render LaTeX images with data: URIs. | John MacFarlane | 1 | -0/+3 |
2017-05-18 | Docx writer: Change FigureWithCaption to CaptionedFigure (#3658) | Ian | 1 | -1/+1 |
2017-05-17 | Markdown writer: Fixed duplicated reference links | John MacFarlane | 1 | -11/+15 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 29 | -57/+62 |
2017-05-13 | Add haddock module description to FB2 writer | Albert Krewinkel | 1 | -1/+11 |
2017-05-13 | Change maintainer line in Org writer module | Albert Krewinkel | 1 | -1/+1 |
2017-05-07 | Markdown writer: missing \n (#3647) | David A Roberts | 1 | -1/+1 |