Warning, /education/cantor/thirdparty/discount-2.2.6-patched/tests/linkypix.t is written in an unsupported language. File is not indexed.

0001 . tests/functions.sh
0002 
0003 title "embedded images"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=
0007 
0008 try 'image with size extension' \
0009     '![picture](pic =200x200)' \
0010     '<p><img src="pic" height="200" width="200" alt="picture" /></p>'
0011 
0012 try 'image with height' \
0013     '![picture](pic =x200)' \
0014     '<p><img src="pic" height="200" alt="picture" /></p>'
0015 
0016 try 'image with width' \
0017     '![picture](pic =200x)' \
0018     '<p><img src="pic" width="200" alt="picture" /></p>'
0019 
0020 summary $0
0021 exit $rc