. tests/functions.sh title "paranoia" rc=0 MARKDOWN_FLAGS= try -fsafelink 'bogus url (-fsafelink)' '[test](bad:protocol)' '

[test](bad:protocol)

' try -fnosafelink 'bogus url (-fnosafelink)' '[test](bad:protocol)' '

test

' summary $0 exit $rc