Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-11-06 | s/suppport/support/ | Alexander Krotov | 1 | -2/+2 | |
2017-11-04 | Update MANUAL date and man page. | John MacFarlane | 1 | -1/+1 | |
2017-11-04 | Clarify that --setext-headers doesn't affect gfm output. | John MacFarlane | 1 | -0/+1 | |
Closes #4035. | |||||
2017-11-04 | Revise clarification on fenced_divs. | John MacFarlane | 1 | -8/+5 | |
(#4039) | |||||
2017-11-04 | Manual: Edit "Extension: fenced_divs" (#4039) | Tristano Ajmone | 1 | -0/+9 | |
Add paragraph at end of `Extension: fenced_divs` section to clarify that the actual number of colons in fences is irrelevant. (See issue #4037). | |||||
2017-11-02 | Support `lineAnchors` (or `line-anchors`) in code blocks, for HTML. | John MacFarlane | 1 | -0/+6 | |
2017-11-01 | Removed reference to default.beamer in docs. | John MacFarlane | 1 | -2/+3 | |
Also added mention of other templates affecting PDF output with different settings. Closes #4024. | |||||
2017-10-31 | Updated date on manual and regenerated man page. | John MacFarlane | 1 | -1/+1 | |
2017-10-31 | Revise documentation of small caps syntax. (#4013) | Andrew Dunning | 1 | -6/+10 | |
2017-10-31 | Fix broken reference links in manual. (#4014) | Andrew Dunning | 1 | -2/+2 | |
2017-10-31 | Fixed example of slide columns structure in changelog. | John MacFarlane | 1 | -2/+19 | |
Also documented this feature in MANUAL.txt. Closes #4015. | |||||
2017-10-27 | Update date on MANUAL.txt | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | Improved documentation about markdown and gfm extensions. | John MacFarlane | 1 | -8/+25 | |
2017-10-26 | Use CamelCase for JavaScript for uniformity | Kolen Cheung | 1 | -2/+2 | |
other instances when javascript is refered to in pandoc is also in CamelCase, the official casing of JavaScript. | |||||
2017-10-26 | Fixed filters doc link | John MacFarlane | 1 | -1/+1 | |
2017-10-26 | Bring MANUAL, README, and pandoc.cabal description in sync. | John MacFarlane | 1 | -2/+2 | |
2017-10-26 | Add creole support to manual. | John MacFarlane | 1 | -8/+10 | |
2017-10-24 | Fenced divs: ensure that paragraph at end doesn't become Plain. | John MacFarlane | 1 | -6/+8 | |
Added test case. | |||||
2017-10-23 | Implemented fenced Divs. | John MacFarlane | 1 | -0/+31 | |
+ Added Ext_fenced_divs to Extensions (default for pandoc Markdown). + Document fenced_divs extension in manual. + Implemented fenced code divs in Markdown reader. + Added test. Closes #168. | |||||
2017-10-20 | Use doctemplates 0.2.1: allows `$--` line comments in templates. | John MacFarlane | 1 | -0/+3 | |
Closes #3806. | |||||
2017-10-18 | Clarify DATADIR in MANUAL | John MacFarlane | 1 | -0/+2 | |
2017-10-17 | Split list of authors from MANUAL.txt into separate file, AUTHORS.md. | John MacFarlane | 1 | -196/+5 | |
It was getting too long for a man page. | |||||
2017-10-17 | Updated AUTHORS | John MacFarlane | 1 | -0/+2 | |
2017-10-15 | App: added --request-header option. | John MacFarlane | 1 | -3/+11 | |
2017-10-11 | Updated authors in MANUAL.txt. | John MacFarlane | 1 | -0/+1 | |
2017-10-05 | KaTeX fixes: | John MacFarlane | 1 | -1/+1 | |
* In Options.HTMLMathMethod, the KaTeX contsructor now takes only one string (for the KaTeX base URL), rather than two [API change]. * The default URL has been updated to the latest version. * The autoload script is now loaded by default. | |||||
2017-09-27 | Updated AUTHORS. | John MacFarlane | 1 | -0/+16 | |
2017-09-17 | Added `--strip-comments` option, `readerStripComments` in `ReaderOptions`. | John MacFarlane | 1 | -0/+8 | |
* Options: Added readerStripComments to ReaderOptions. * Added `--strip-comments` command-line option. * Made `htmlTag` from the HTML reader sensitive to this feature. This affects Markdown and Textile input. Closes #2552. | |||||
2017-09-12 | Update MANUAL.txt (#3919) | Ian | 1 | -1/+2 | |
Add URL for Prince HTML > PDF engine | |||||
2017-09-11 | Support for PDF generation via `weasyprint` and `prince` (#3909) | Mauro Bieg | 1 | -12/+17 | |
* Rename --latex-engine to --pdf-engine * In `Text.Pandoc.Options.WriterOptions`, rename `writerLaTeXEngine` to `writerPdfEngine` and `writerLaTeXArgs` to `writerPdfArgs`. * Add support for `weasyprint` and `prince`, in addition to `wkhtmltopdf`, for PDF generation via HTML (closes #3906). * `Text.Pandoc.PDF.html2pdf`: use stdin instead of intermediate HTML file | |||||
2017-09-08 | Write euro symbol directly in LaTeX | Andrew Dunning | 1 | -2/+1 | |
The textcomp package allows pdfLaTeX to parse `€` directly, making the \euro command unneeded. Closes #3801. |