Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
224 B

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