. tests/functions.sh title "backslash escapes" rc=0 MARKDOWN_FLAGS= try 'backslashes in []()' '[foo](http://\this\is\.a\test\(here\))' \ '

foo

' try -fautolink 'autolink url with trailing \' \ 'http://a.com/\' \ '

http://a.com/\

' try 'backslashes before ' '

\

' try 'backslashes before <{EOF}' '\<' '

<

' try 'backslashes before <[space]' '\< j' '

< j

' summary $0 exit $rc