Age | Commit message (Expand) | Author | Files | Lines |
2018-10-18 | Remove unneeded import. | John MacFarlane | 1 | -1/+0 |
2018-10-18 | Groff escaping changes. | John MacFarlane | 3 | -48/+54 |
2018-10-18 | Add Text.Pandoc.GroffChar. | John MacFarlane | 1 | -20/+2 |
2018-10-17 | man/ms writers: use `\[at]` for escaped `@`. | John MacFarlane | 1 | -1/+1 |
2018-10-17 | Move common groff functions to Text.Pandoc.Writers.Groff | John MacFarlane | 4 | -151/+155 |
2018-10-17 | Man writer: use \f[R] instead of \f[] to reset font | Alexander Krotov | 1 | -2/+2 |
2018-10-14 | Markdown writer: ensure blank between raw block and normal content. | John MacFarlane | 1 | -0/+7 |
2018-10-14 | Custom writer: provide PANDOC_DOCUMENT instead of Setup function | Albert Krewinkel | 1 | -18/+26 |
2018-10-13 | Custom writer: give full access to doc in optional Setup function (#4967) | Albert Krewinkel | 1 | -1/+16 |
2018-10-09 | Docx writer: added framework for custom properties. | John MacFarlane | 1 | -1/+20 |
2018-10-09 | hlint Muse writer | Alexander Krotov | 1 | -4/+4 |
2018-10-08 | LaTeX writer with `--listings`: don't pass through org-babel attributes. | John MacFarlane | 1 | -1/+4 |
2018-10-08 | LaTeX writer: with `--biblatex`, use `\autocite` when possible. | John MacFarlane | 1 | -13/+21 |
2018-10-08 | ODT writer: improve metadata. | John MacFarlane | 1 | -7/+26 |
2018-10-07 | Docx writer: handle tables in table cells. | John MacFarlane | 1 | -2/+7 |
2018-10-07 | Revert export of hasSimpleCells from T.P.Writers.Shared. | John MacFarlane | 1 | -18/+0 |
2018-10-06 | RST writer: use simple tables when possible. | John MacFarlane | 2 | -4/+52 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 3 | -39/+73 |
2018-10-05 | OpenDocument writer: Implement table caption numbering (#4949) | Nils Carlson | 1 | -36/+53 |
2018-10-04 | KaTeX: don't use autorenderer. | John MacFarlane | 2 | -6/+6 |
2018-10-04 | Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907) | Mauro Bieg | 5 | -57/+67 |
2018-10-03 | OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata. | John MacFarlane | 1 | -9/+16 |
2018-10-03 | Text.Pandoc.Writers.Shared: added `metaValueToString`. | John MacFarlane | 1 | -0/+9 |
2018-10-03 | OpenDocument writer: Implement figure numbering in captions (#4944) | Nils Carlson | 1 | -1/+13 |
2018-10-02 | Removed Text.Pandoc.Groff. | John MacFarlane | 3 | -2/+11 |
2018-10-02 | OpenDocument writer: improve bullet/numbering alignment. | John MacFarlane | 1 | -4/+12 |
2018-10-01 | Shared: new export `splitSentences` [API change]. | John MacFarlane | 2 | -52/+0 |
2018-10-01 | Lua filters: report traceback when an error occurs | Albert Krewinkel | 1 | -2/+2 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 8 | -54/+132 |
2018-09-29 | LaTeX writer: Fix description lists contining highlighted code. | John MacFarlane | 1 | -2/+4 |
2018-09-27 | HTML writer: avoid adding extra section nestings for revealjs. | John MacFarlane | 1 | -1/+1 |
2018-09-27 | JATS writer: remove 'role' attribute on 'bold' and 'sc' elements. | John MacFarlane | 1 | -3/+2 |
2018-09-27 | HTML writer: omit unknown attributes in EPUB2 output. | John MacFarlane | 1 | -8/+140 |
2018-09-24 | Use hslua v1.0.0 | Albert Krewinkel | 1 | -69/+74 |
2018-09-24 | Merge pull request #4921 from pyssling/master | John MacFarlane | 1 | -13/+21 |
2018-09-24 | RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst... | Jonas Scholl | 1 | -2/+4 |
2018-09-23 | ODT Writer: Improve table header row style handling | Nils Carlson | 1 | -13/+21 |
2018-09-22 | LaTeX writer: fix a use of `last` that might take empty list. | John MacFarlane | 1 | -3/+3 |
2018-09-20 | Fix compiler warning. | John MacFarlane | 1 | -1/+1 |
2018-09-20 | ConTeXt writer: change `\` to `/` in Windows image paths. | John MacFarlane | 1 | -1/+6 |
2018-09-19 | Markdown reader: distinguish autolinks in the AST. | John MacFarlane | 2 | -8/+5 |
2018-09-16 | Muse writer: replace newlines in strings with spaces | Alexander Krotov | 1 | -1/+7 |
2018-09-16 | Muse writer: output headers without asterisks if not on the top level | Alexander Krotov | 1 | -2/+3 |
2018-09-15 | Docx writer: add MetaString case for abstract, subtitle (#4905) | Mauro Bieg | 1 | -0/+2 |
2018-09-12 | Muse writer: never wrap definition list terms | Alexander Krotov | 1 | -1/+1 |
2018-09-11 | Muse writer: set envInsideBlock = True when rendering notes | Alexander Krotov | 1 | -1/+2 |
2018-09-11 | HTML writer: always output <dt> element, even if it is empty | Alexander Krotov | 1 | -3/+1 |
2018-09-11 | Muse writer: use "" instead of [] for empty String | Alexander Krotov | 1 | -1/+1 |
2018-09-11 | Muse writer: check for whitespace in the beginning and end of Str's | Alexander Krotov | 1 | -0/+2 |
2018-09-11 | Muse writer: escape -, ; and > in the beginning of strings | Alexander Krotov | 1 | -3/+6 |