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

0001 . tests/functions.sh
0002 
0003 title "footnotes"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=
0007 
0008 try 'a line with multiple []s' '[a][] [b][]:' '<p>[a][] [b][]:</p>'
0009 try 'a valid footnote' \
0010     '[alink][]
0011 
0012 [alink]: link_me' \
0013     '<p><a href="link_me">alink</a></p>'
0014 
0015 summary $0
0016 exit $rc