. tests/functions.sh title "The snakepit of Markdown.pl compatibility" rc=0 MARKDOWN_FLAGS= try '[](single quote) text (quote)' \ "[foo](http://Poe's law) will make this fail ('no, it won't!') here."\ '

foo here.

' try '-f1.0' '[](unclosed foo

' try '[](unclosed [foo](<http://no trailing gt)

' try ' (1)' \ 'hi' \ '

hi

' try ' (2)' \ 'hi' \ '

hi

' try 'paragraph
oddity' 'EOF ' '

EOF

' summary $0 exit $rc