Age | Commit message (Expand) | Author | Files | Lines |
2018-11-19 | MANUAL.txt: Clarified placement of bibliography. | John MacFarlane | 1 | -4/+17 |
2018-11-15 | MANUAL: Under security, added note about +RTS option to limit heap size. | John MacFarlane | 1 | -0/+3 |
2018-11-13 | Fix note on curly brace syntx for locators. | John MacFarlane | 1 | -2/+2 |
2018-11-12 | Document new explicit syntax for citeproc locators. | John MacFarlane | 1 | -0/+7 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 1 | -9/+24 |
2018-11-11 | Remove `ascii_identifiers` from `githubMarkdownExtensions`. | John MacFarlane | 1 | -1/+1 |
2018-11-05 | MANUAL.txt: remove confusing cross-links for some extensions. | John MacFarlane | 1 | -4/+4 |
2018-11-05 | MANUAL: don't put pandoc in code ticks in heading. | John MacFarlane | 1 | -2/+2 |
2018-11-05 | MANUAL.txt: --ascii works for gfm too. | John MacFarlane | 1 | -1/+1 |
2018-11-05 | CommonMark writer: respect --ascii (#5043) | quasicomputational | 1 | -7/+6 |
2018-11-05 | MANUAL.txt: added "A note on security." | John MacFarlane | 1 | -0/+30 |
2018-11-04 | MANUAL.txt: add `man` to `--from` options. | John MacFarlane | 1 | -0/+1 |
2018-11-03 | Document romanfont, romanfontoptions. | John MacFarlane | 1 | -2/+2 |
2018-11-03 | AsciiDoc writer: use single-line section headers. | John MacFarlane | 1 | -1/+1 |
2018-11-01 | Update manual date and man page. | John MacFarlane | 1 | -1/+1 |
2018-11-01 | Change 'groff' -> 'roff'. | John MacFarlane | 1 | -8/+8 |
2018-11-01 | Implement --ascii for Markdown writer. | John MacFarlane | 1 | -5/+5 |
2018-11-01 | HTML writer: use character entities references when possible for HTML5. | John MacFarlane | 1 | -1/+1 |
2018-11-01 | MANUAL: clarify LaTeX image dimensions output | Mauro Bieg | 1 | -4/+6 |
2018-10-28 | small wording change | John MacFarlane | 1 | -2/+2 |
2018-10-28 | EPUB writer: use metadata field `css` instead of `stylesheet` | mb21 | 1 | -3/+3 |
2018-10-18 | Groff escaping changes. | John MacFarlane | 1 | -3/+4 |
2018-10-05 | CommonMark writer: add plain text fallbacks. (#4531) | quasicomputational | 1 | -2/+8 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -2/+4 |
2018-09-27 | Version to 2.3.1. | John MacFarlane | 1 | -1/+1 |
2018-09-27 | MANUAL: epub:type is only useful for epub3 | Mauro Bieg | 1 | -3/+3 |
2018-09-18 | Add .options class to option headers in manual. | John MacFarlane | 1 | -7/+7 |
2018-09-16 | MANUAL: use https for context wiki links. | John MacFarlane | 1 | -11/+11 |
2018-09-16 | Update manual date and man page. | John MacFarlane | 1 | -1/+1 |
2018-09-15 | Merge pull request #4604 from mb21/yaml-file | John MacFarlane | 1 | -1/+13 |
2018-09-15 | MANUAL: clarify that --biblatex/--natbib don't work directly for PDF. | John MacFarlane | 1 | -5/+6 |
2018-09-15 | introduce --metadata-file option | mb21 | 1 | -1/+13 |
2018-09-14 | MANUAL.txt epub:type attribute (#4901) | Mauro Bieg | 1 | -0/+40 |
2018-09-06 | MANUAL: Clarify when `--resource-path` has an effect. | John MacFarlane | 1 | -0/+5 |
2018-09-05 | Document encoding issue with `--listings` (#4873) | damien clochard | 1 | -1/+6 |
2018-08-30 | MANUAL: remove docs on removed --katex-stylesheet | Mauro Bieg | 1 | -8/+3 |
2018-08-25 | Add support for $toc-title$ to LaTeX (and PDF). (#4853) | Wandmalfarbe | 1 | -1/+1 |
2018-08-24 | HTML reader: allow enabling `raw_tex` extension. | John MacFarlane | 1 | -1/+2 |
2018-08-16 | LaTeX writer/template: be sensitive to `filecolor` variable. | John MacFarlane | 1 | -6/+8 |
2018-08-15 | Support "toc-title" in the beamer template. (#4835) | Cyril Roelandt | 1 | -1/+1 |
2018-08-11 | MANUAL: more detail on customization in syntax highlighting section. | John MacFarlane | 1 | -3/+21 |
2018-08-07 | Bump to 2.2.3.2, update man page, changelog. | John MacFarlane | 1 | -1/+1 |
2018-08-06 | Bump to 2.2.3.1, update man page and changelog. | John MacFarlane | 1 | -1/+1 |
2018-08-05 | Bump to 2.2.3, update changelog and man page. | John MacFarlane | 1 | -1/+1 |
2018-07-31 | MANUAL: Add beamer info for slide backgrounds (#4802) | John Muccigrosso | 1 | -12/+16 |
2018-07-21 | MANUAL: Clarify when csquotes is used in LaTeX writer. | John MacFarlane | 1 | -3/+4 |
2018-07-21 | MANUAL: Added commonmark to list of output formats where... | John MacFarlane | 1 | -1/+1 |
2018-07-19 | Update man page, changelog, authors. | John MacFarlane | 1 | -1/+1 |
2018-07-19 | MANUAL: clarify gfm vs markdown_github (#4783) | Mauro Bieg | 1 | -7/+7 |
2018-07-18 | Use 'keywords' instead of 'tags' in YAML metadata example. | John MacFarlane | 1 | -1/+1 |