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

0001 . tests/functions.sh
0002 
0003 title "html5 blocks (mkd_with_html5_tags)"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=
0007 
0008 try -5 'html5 block elements enabled' \
0009        '<aside>html5 does not suck</aside>' \
0010        '<aside>html5 does not suck</aside>'
0011 
0012 try    'html5 block elements disabled' \
0013        '<aside>html5 sucks</aside>' \
0014        '<p><aside>html5 sucks</aside></p>'
0015 
0016 summary $0
0017 exit $rc