Work on ubuntu16.04.python2.7, markdown2pdf install pip install markdown2pdf.
Covert markdown script md2pdf test.md
## title1
### title2
test statement.
* first point
+ aaaaaaaaaaaaaaaaaaaaaaaaa
+ bbbbbbbbbbbbbbbbbbbbbbbbb
* second point
+ ccccccccccccccccccccccccc
+ ddddddddddddddddddddddddd
+ fffffffffffffffffffffffff
and get

Then remove test statement. from the script,conversion is correct.
Is there something wrong?
Work on ubuntu16.04.python2.7, markdown2pdf install
pip install markdown2pdf.Covert markdown script
md2pdf test.mdand get

Then remove
test statement.from the script,conversion is correct.Is there something wrong?