. tests/functions.sh title "strikethrough" rc=0 MARKDOWN_FLAGS= try 'strikethrough' '~~deleted~~' '
deleted
~~deleted~~
' try 'mismatched tildes' '~~~tick~~' '~tick
~~tick~~~
' try 'single tildes' '~tick~' '~tick~
' try 'tildes wrapped in spaces' '~~~ ~~~' '~~~ ~~~
' summary $0 exit $rc