. tests/functions.sh title "code blocks" rc=0 MARKDOWN_FLAGS= try 'format for code block html' \ ' this is code' \ '
this is
code
' try 'unclosed single backtick' '`hi there' '

`hi there

' try 'unclosed double backtick' '``hi there' '

``hi there

' try 'remove space around code' '`` hi there ``' '

hi there

' summary $0 exit $rc