. tests/functions.sh title "embedded links" rc=0 MARKDOWN_FLAGS= try 'url contains &' '[hehehe](u&rl)' '

hehehe

' try 'url contains +' '[hehehe](u+rl)' '

hehehe

' try 'url contains "' '[hehehe](u"rl)' '

hehehe

' try 'url contains <' '[hehehe](uhehehe

' try 'url contains whitespace' '[ha](r u)' '

ha

' # latex collides with this test if ./markdown -V | grep LATEX >/dev/null; then RESULT='

a\[b\]c

' else RESULT='

a[b]c

' fi try 'label contains escaped []s' '[a\[b\]c](d)' "$RESULT" try '