summaryrefslogtreecommitdiff
path: root/test/command/2662.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2662.md')
-rw-r--r--test/command/2662.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/2662.md b/test/command/2662.md
new file mode 100644
index 000000000..543209053
--- /dev/null
+++ b/test/command/2662.md
@@ -0,0 +1,11 @@
+```
+% pandoc -t html -f rst --wrap=none
+.. image:: http://url.to.image/foo.png
+ :align: left
+ :height: 100px
+ :width: 200 px
+ :scale: 300 %
+ :alt: alternate text
+^D
+<p><img src="http://url.to.image/foo.png" alt="alternate text" class="align-left" width="600" height="300" /></p>
+```