. tests/functions.sh title "html comments" rc=0 MARKDOWN_FLAGS= try 'html comments' \ '' \ '' try 'comment with trailing text' 'a test' \ '
a test
' COMMENTS='line 1 line 2' try 'two comments' "$COMMENTS" \ 'line 1
line 2
' COMMENTS='line 1 line 2' try 'two adjacent comments' "$COMMENTS" \ 'line 1 line 2
' try 'comment, no white space' '' '' try 'comment, indented end with trailing text' \ '00000' \ '00000
' try 'comment with leading text' 'Text text text' \ 'Text text text
' summary $0 exit $rc