Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-25 | Logging: remove single quotes around paths in messages. | John MacFarlane | 1 | -1/+1 | |
We weren't doing it consistently and it seems unnecessary. | |||||
2021-01-22 | ImageSize: use viewBox for svg if no length, width. | John MacFarlane | 1 | -16/+14 | |
This change allows pandoc to extract size information from more SVGs. Closes #7045. | |||||
2020-12-12 | ICML writer: fix image bounding box for custom widths/heights | mb21 | 1 | -0/+4 | |
fixes #6936 | |||||
2017-10-23 | Back to using [WARNING] and [INFO] to mark messages. | John MacFarlane | 1 | -3/+3 | |
2017-10-23 | More pleasing presentation of warnings and info messages. | John MacFarlane | 1 | -3/+3 | |
!! warning -- info | |||||
2017-05-25 | Allow em for image height/width in HTML, LaTeX. | John MacFarlane | 1 | -24/+24 | |
- 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-25 | Update command tests to include stderr output. | John MacFarlane | 1 | -0/+3 | |
2017-05-20 | Improve SVG image size code. | Marc Schreiber | 1 | -0/+129 | |
The old code made some unwise assumptions about how the svg file would look. See #3580. |