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.

16 lines
254 B

  1. . tests/functions.sh
  2. title "footnotes"
  3. rc=0
  4. MARKDOWN_FLAGS=
  5. try 'a line with multiple []s' '[a][] [b][]:' '<p>[a][] [b][]:</p>'
  6. try 'a valid footnote' \
  7. '[alink][]
  8. [alink]: link_me' \
  9. '<p><a href="link_me">alink</a></p>'
  10. summary $0
  11. exit $rc