diff options
| author | Adam Backstrom <adam@sixohthree.com> | 2013-01-27 11:38:50 -0500 |
|---|---|---|
| committer | Adam Backstrom <adam@sixohthree.com> | 2013-01-27 11:38:50 -0500 |
| commit | 5086e58e3c20bb091c4e8141048f395f96360db4 (patch) | |
| tree | dfc3aaec5c9119b326fdc3c85045d4e080aa5f0e /tests/misc/attributes-image-ref.html | |
| parent | 0227d9f8ca43e1c1378d7f3948151c8d9d9f6ffa (diff) | |
| download | python-markdown-5086e58e3c20bb091c4e8141048f395f96360db4.tar.gz | |
Enable attributes inside image references
Diffstat (limited to 'tests/misc/attributes-image-ref.html')
| -rw-r--r-- | tests/misc/attributes-image-ref.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/attributes-image-ref.html b/tests/misc/attributes-image-ref.html new file mode 100644 index 0000000..6974420 --- /dev/null +++ b/tests/misc/attributes-image-ref.html @@ -0,0 +1 @@ +<p><img alt="img" id="foo" src="http://example.com/i.jpg" /></p>
\ No newline at end of file |
