aboutsummaryrefslogtreecommitdiff
path: root/test/command/4420.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4420.md')
-rw-r--r--test/command/4420.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/4420.md b/test/command/4420.md
index 9d809a106..11eaabd81 100644
--- a/test/command/4420.md
+++ b/test/command/4420.md
@@ -2,8 +2,8 @@
% pandoc -f native -t rst
[Para [Image ("",["align-right"],[("width","100px")]) [Str "image"] ("foo.png","fig:test")]]
^D
-.. image:: foo.png
- :alt: image
- :align: right
+|image|
+
+.. |image| image:: foo.png
:width: 100px
```