. tests/functions.sh title "embedded images" rc=0 MARKDOWN_FLAGS= try 'image with size extension' \ '![picture](pic =200x200)' \ '

picture

' try 'image with height' \ '![picture](pic =x200)' \ '

picture

' try 'image with width' \ '![picture](pic =200x)' \ '

picture

' summary $0 exit $rc