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.

17 lines
234 B

  1. . tests/functions.sh
  2. title "callbacks"
  3. rc=0
  4. MARKDOWN_FLAGS=
  5. try -bZZZ 'url modification' \
  6. '[a](/b)' \
  7. '<p><a href="ZZZ/b">a</a></p>'
  8. try -EZZZ 'additional flags' \
  9. '[a](/b)' \
  10. '<p><a href="/b" ZZZ>a</a></p>'
  11. summary $0
  12. exit $rc