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

0001 . tests/functions.sh
0002 
0003 title "footnotes inside reparse sections"
0004 
0005 rc=0
0006 
0007 try 'footnote inside [] section' \
0008     '[![foo][]](bar)
0009 
0010 [foo]: bar2' \
0011     '<p><a href="bar"><img src="bar2" alt="foo" /></a></p>'
0012 
0013 summary $0
0014 exit $rc