Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
209 B

. tests/functions.sh
title "paragraph blocking"
rc=0
MARKDOWN_FLAGS=
try 'paragraph followed by code' \
'a
b' \
'<p>a
b</p>'
try 'single-line paragraph' 'a' '<p>a</p>'
summary $0
exit $rc