From 99b39ffc1726a86e6a6ad45ef6b81a28b46594ef Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Feb 2017 23:40:31 +0100 Subject: RST reader: support scale and align attributes of images. Closes #2662. --- test/command/2662.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/2662.md (limited to 'test/command') 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 +

alternate text

+``` -- cgit v1.2.3