Warning, /education/cantor/thirdparty/discount-2.2.6-patched/tests/para.t is written in an unsupported language. File is not indexed.

0001 . tests/functions.sh
0002 
0003 title "paragraph blocking"
0004 
0005 rc=0
0006 MARKDOWN_FLAGS=
0007 
0008 try 'paragraph followed by code' \
0009     'a
0010     b' \
0011     '<p>a
0012     b</p>'
0013 
0014 try 'single-line paragraph' 'a' '<p>a</p>'
0015 
0016 summary $0
0017 exit $rc