John MacFarlane
9e0d146837
Update command tests to distinguish stderr and test exit status.
2022-01-21 15:01:50 -08:00
John MacFarlane
8d5014fdfc
Logging: remove single quotes around paths in messages.
...
We weren't doing it consistently and it seems unnecessary.
2021-05-25 11:53:49 -07:00
John MacFarlane
198ce0cde9
ImageSize: use viewBox for svg if no length, width.
...
This change allows pandoc to extract size information
from more SVGs. Closes #7045 .
2021-01-22 20:49:41 -08:00
mb21
208cb96196
ICML writer: fix image bounding box for custom widths/heights
...
fixes #6936
2020-12-12 14:49:11 +01:00
John MacFarlane
ecb5475a2a
Back to using [WARNING] and [INFO] to mark messages.
2017-10-23 23:01:37 -07:00
John MacFarlane
1a82ecbb68
More pleasing presentation of warnings and info messages.
...
!! warning
-- info
2017-10-23 15:00:11 -07:00
John MacFarlane
cb7b0a6985
Allow em for image height/width in HTML, LaTeX.
...
- 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 22:48:27 +02:00
John MacFarlane
e34131502a
Update command tests to include stderr output.
2017-05-25 11:52:09 +02:00
Marc Schreiber
03cb05f4c6
Improve SVG image size code.
...
The old code made some unwise assumptions about
how the svg file would look.
See #3580 .
2017-05-20 23:09:08 +02:00