asciidoctor / asciidoctor-leanpub-converter

A backend for AsciidoctorJ to generate Leanpub-flavoured Markdown
Apache License 2.0
16 stars 9 forks source link

Bullet list is dropping blank line that follows the list #1

Closed ysb33r closed 8 years ago

ysb33r commented 9 years ago

Given this

* Item 1
* Item 2
* Item 3

. Item 1
. Item 2
. Item 3

I get

* Item 1
* Item 2
* Item 3
1. Item 1
1. Item 2
1. Item 3