diff options
| author | John MacFarlane <[email protected]> | 2025-07-29 10:30:44 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-07-29 10:30:44 -0700 |
| commit | ce6ef5cad0e9d05986aff4fe6ee00fa99b69ea9d (patch) | |
| tree | 87e4dafdb65db9d99d672b1266cc2fb40ee0a0b1 /test/command | |
| parent | 39a2fd43082a95a4fba5b0aa75411698df0ef22e (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.md | 7 |
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 +{width="342pt" height="9pc"} +^D +<p><span>width="342pt" height="9pc"</span></p> + +``` |
