. tests/functions.sh title "backslash escapes" rc=0 MARKDOWN_FLAGS= try 'backslashes in []()' '[foo](http://\this\is\.a\test\(here\))' \ '
' try -fautolink 'autolink url with trailing \' \ 'http://a.com/\' \ '' try 'backslashes before\
<
' try 'backslashes before <[space]' '\< j' '< j
' summary $0 exit $rc