aboutsummaryrefslogtreecommitdiff
path: root/test/writer.icml
AgeCommit message (Collapse)AuthorFilesLines
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb211-0/+2
fixes #6936
2020-09-10Changed default link state to invisible (#6676)Leonard Rosenthol1-29/+29
2020-09-10Implement support for internal document links in ICML (#6606)Leonard Rosenthol1-0/+34
Closes #5541.
2019-10-14Minor template & test changes for latest dev doctemplates.John MacFarlane1-2/+2
2019-02-25Shared.compactify: Avoid mixed lists.John MacFarlane1-2/+2
This improves on the original fix to #5285 by preventing other mixed lists (lists with a mix of Plain and Para elements) that were allowed given the original fix.
2018-11-06ICML writer: consolidate adjacent strings, inc. spaces.John MacFarlane1-128/+23
This avoids chunking up the output unnecessarily into separate elements.
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane1-12/+12
- Export `inEm` from ImageSize [API change]. - Change `showFl` and `show` instance for `Dimension` so extra decimal places are omitted. - Added `Em` as a constructor of `Dimension` [API change]. - Allow `em`, `cm`, `in` to pass through without conversion in HTML, LaTeX. Closes #3450.
2017-05-25Added `spaced_reference_links` extension.John MacFarlane1-72/+30
This is now the default for pandoc's Markdown. It allows whitespace between the two parts of a reference link: e.g. [a] [b] [b]: url This is now forbidden by default. Closes #2602.
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+3317