diff -r 71f692f1f678 -r 6582b3716ae0 tests/test-minirst.py --- a/tests/test-minirst.py Wed Mar 01 20:22:04 2017 +0100 +++ b/tests/test-minirst.py Wed Feb 15 16:42:17 2017 -0800 @@ -118,6 +118,13 @@ | This is the first line. The line continues here. | This is the second line. + +Bullet lists are also detected: + +* This is the first bullet +* This is the second bullet + It has 2 lines +* This is the third bullet """ debugformats('lists', lists)