aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-07-29 10:30:44 -0700
committerJohn MacFarlane <[email protected]>2025-07-29 10:30:44 -0700
commitce6ef5cad0e9d05986aff4fe6ee00fa99b69ea9d (patch)
tree87e4dafdb65db9d99d672b1266cc2fb40ee0a0b1 /test/command
parent39a2fd43082a95a4fba5b0aa75411698df0ef22e (diff)
ImageSize: Add Point and Pica as constructors of ImageSize.
[API change] This will prevent unnecessary conversion of units. Closes #8957.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/8957.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/8957.md b/test/command/8957.md
new file mode 100644
index 000000000..66840f75b
--- /dev/null
+++ b/test/command/8957.md
@@ -0,0 +1,7 @@
+```
+% pandoc -f latex -t html --wrap=none
+![Sample figure caption.](fig.jpg){width="342pt" height="9pc"}
+^D
+<p>![Sample figure caption.](fig.jpg)<span>width="342pt" height="9pc"</span></p>
+
+```