Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-22 | Docx reader: Avoid repeated spans in custom styles. | Jesse Rosenthal | 1 | -4/+3 | |
The previous commit had a bug where custom-style spans would be read with every recurrsion. This fixes that, and changes the example given in the manual. | |||||
2018-02-22 | MANUAL: add documentation on custom styles. | Jesse Rosenthal | 1 | -2/+64 | |
Discuss workflow of using input document as reference.docx. We also split the "Custom styles" section into two parts: input and output. | |||||
2018-02-20 | MANUAL.txt: fix typo. | Jesse Rosenthal | 1 | -1/+1 | |
2018-02-20 | MANUAL.txt: A bit of clarification on speaker notes. | Jesse Rosenthal | 1 | -1/+4 | |
Make it clear that pressing `s` is just for reveal.js. | |||||
2018-02-20 | MANUAL.txt: Add instructions for using pptx reference-docs | Jesse Rosenthal | 1 | -0/+24 | |
2018-02-18 | MANUAL: add reference to pptx support for speaker notes. | Jesse Rosenthal | 1 | -2/+2 | |
2018-01-28 | MANUAL.txt: self-contained implies standalone (#4304) | Daniel Lublin | 1 | -7/+7 | |
2018-01-21 | Delete excess whitespace | John MacFarlane | 1 | -1/+1 | |
2018-01-21 | Merge pull request #4237 from sitewisely/header_and_footer | John MacFarlane | 1 | -2/+2 | |
Add header and footer parameters for wkhtmltopdf | |||||
2018-01-18 | Powerpoint writer: Implement syntax highlighting | Jesse Rosenthal | 1 | -5/+5 | |
This also necessitated implementing colors and underlining, though there is currently no way to produce these from markdown. Note that background colors can't be implemented in PowerPoint, so highlighting styles that require these will be incomplete. | |||||
2018-01-18 | Replaced tabs with spaces in MANUAL.txt. | John MacFarlane | 1 | -157/+157 | |
@jkr - the tabs were inserted by your 624abeec5c3b9f5c27cffe6d157617aa97367e92, presumably through some automatic setting in your editor that replaced 8 spaces with a tab. This messed up indented formatting in the manual. | |||||
2018-01-15 | ConTeXt writer: Use xtables instead of Tables (#4223) | Henri Menke | 1 | -0/+8 | |
- Default to xtables for context output. - Added `ntb` extension (affecting context writer only) to use Natural Tables instead. - Added `Ext_ntb` constructor to `Extension` (API change). | |||||
2018-01-14 | Clarified `latex_macros` extension. | John MacFarlane | 1 | -4/+7 | |
2018-01-13 | MANUAL: recommend use of `raw_attribute` extension in header includes. | John MacFarlane | 1 | -0/+11 | |
See #4253. | |||||
2018-01-12 | Powerpoint writer: allow setting toc-title in metadata. | Jesse Rosenthal | 1 | -159/+159 | |
Accompanying change in MANUAL.txt | |||||
2018-01-11 | MANUAL.txt: clarify otherlangs in LaTeX. | John MacFarlane | 1 | -14/+5 | |
Closes #4072. | |||||
2018-01-10 | Add header and footer parameters | newmana | 1 | -2/+2 | |
2018-01-08 | MANUAL.txt update ICML link | mb21 | 1 | -1/+1 | |
2018-01-07 | Update changelog and man page. | John MacFarlane | 1 | -1/+1 | |
2018-01-02 | MANUAL.txt: add information about paragraph insertion/deletion | Jesse Rosenthal | 1 | -2/+5 | |
2018-01-02 | Revert "MANUAL.txt: add information about paragraph insertion/deletion." | Jesse Rosenthal | 1 | -163/+160 | |
This reverts commit 09e132726d379e3f4e34de5700ae34cad3002f4b. | |||||
2018-01-02 | MANUAL.txt: add information about paragraph insertion/deletion. | Jesse Rosenthal | 1 | -160/+163 | |
2017-12-29 | Small MANUAL tweaks. | John MacFarlane | 1 | -4/+9 | |
2017-12-29 | MANUAL.txt move fenced_divs down to bracketed_spans | mb21 | 1 | -42/+49 | |
2017-12-29 | MANUAL.txt simplify and add more structure | mb21 | 1 | -77/+84 | |
2017-12-28 | Update docs on filters. | John MacFarlane | 1 | -0/+3 | |
2017-12-28 | clarify default html output for --section-divs | Richard Edwards | 1 | -5/+5 | |
In Pandoc v2 using --section-divs and -t html results in <section>s, not <div>s, by default, as was the case for v1.9. This change to the Manual emphasizes that you must use -t html4 if you want divs, otherwise you get sections. | |||||
2017-12-28 | Changed format of --list-extensions. | John MacFarlane | 1 | -2/+3 | |
Now the + or - occurs first. | |||||
2017-12-27 | Allow `--list-extensions` to take an optional FORMAT argument. | John MacFarlane | 1 | -3/+3 | |
This lists the extensions set by default for the selected FORMAT. | |||||
2017-12-27 | Update manual date and man page. | John MacFarlane | 1 | -1/+1 | |
2017-12-27 | MANUAL.txt introduce dedicated extensions section | mb21 | 1 | -187/+284 | |
2017-12-22 | `latex_macros` extension changes. | John MacFarlane | 1 | -6/+10 | |
Don't pass through macro definitions themselves when `latex_macros` is set. The macros have already been applied. If `latex_macros` is enabled, then `rawLaTeXBlock` in Text.Pandoc.Readers.LaTeX will succeed in parsing a macro definition, and will update pandoc's internal macro map accordingly, but the empty string will be returned. Together with earlier changes, this closes #4179. | |||||
2017-12-21 | Mention JATS output (and input) in MANUAL, README, cabal description. | John MacFarlane | 1 | -3/+4 | |
2017-12-21 | MANUAL.txt use native syntax for custom-style (#4174) | Mauro Bieg | 1 | -6/+6 | |
2017-12-14 | MANUAL: add note on what formats have +smart by default. | John MacFarlane | 1 | -0/+2 | |
2017-12-13 | Markdown reader: always use four space rule for example lists. | John MacFarlane | 1 | -0/+6 | |
It would be awkward to indent example list contents to the first non-space character after the label, since example list labels are often long. Thanks to Bernhard Fisseni for the suggestion. | |||||
2017-12-12 | Pipe tables: use full text width for tables with wrapping cells. | John MacFarlane | 1 | -1/+4 | |
Previously we computed the column sizes based on the ratio between the header lines and the text width (as set by `--columns`). This meant that tables with very short header lines would be very narrow. With this change, pipe tables with wrapping cells will always take up the whole text width. The relative column widths will still be determined by the ratio of header lines, but they will be normalized to add up to 1.0. | |||||
2017-12-11 | Added support for LaTeX pagestyle variable (#4135) | Thomas Hodgson | 1 | -1/+6 | |
* Add pagestyle support * Add pagestyle option to MANUAL.txt * Moved mention of pagestyle to the section on variables | |||||
2017-12-11 | Add PowerPoint info to MANUAL and README. | Jesse Rosenthal | 1 | -45/+50 | |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -1/+8 | |
* Deprecate `--strip-empty-paragraphs` option. Instead we now use an `empty_paragraphs` extension that can be enabled on the reader or writer. By default, disabled. * Add `Ext_empty_paragraphs` constructor to `Extension`. * Revert "Docx reader: don't strip out empty paragraphs." This reverts commit d6c58eb836f033a48955796de4d9ffb3b30e297b. * Implement `empty_paragraphs` extension in docx reader and writer, opendocument writer, html reader and writer. * Add tests for `empty_paragraphs` extension. | |||||
2017-12-04 | MANUAL: note on extensions in gfm. | John MacFarlane | 1 | -2/+3 | |
2017-12-02 | Update man page and MANUAL date. | John MacFarlane | 1 | -1/+1 | |
2017-12-02 | Add --strip-empty-paragraphs option. | John MacFarlane | 1 | -0/+6 | |
This works for any input format. | |||||
2017-11-28 | Added --print-highlight-style option. | John MacFarlane | 1 | -2/+10 | |
This generates a JSON version of a highlighting style, which can be saved as a .theme file, modified, and used with `--highlight-style`. Closes #4106. Closes #4096. | |||||
2017-11-20 | Update MANUAL date | John MacFarlane | 1 | -1/+1 | |
2017-11-18 | MANUAL: clarify that math extensions work with HTML. | John MacFarlane | 1 | -1/+5 | |
Clarify that `tex_math_dollars` and `tex_math_single_backslash` will work with HTML as well as Markdown. | |||||
2017-11-11 | MANUAL: update date. | John MacFarlane | 1 | -1/+1 | |
2017-11-09 | MANUAL: fix header level of "Extension: emoji" | Albert Krewinkel | 1 | -1/+1 | |
The level of the "Extension: `emoji`" heading is reduced from 5 to 4 to conform with the other extension headings. | |||||
2017-11-07 | Deprecated ancient HTML math methods. | John MacFarlane | 1 | -10/+9 | |
`--latexmathml`, `--gladtex`, `--mimetex`, `--jsmath` | |||||
2017-11-07 | MANUAL: consolidate math documentation (#4049) | Mauro Bieg | 1 | -85/+66 | |