1. tests/functions.sh
2
3title "footnotes inside reparse sections"
4
5rc=0
6
7try 'footnote inside [] section' \
8    '[![foo][]](bar)
9
10[foo]: bar2' \
11    '<p><a href="bar"><img src="bar2" alt="foo" /></a></p>'
12
13summary $0
14exit $rc
15