asciidoctor / asciidoctor-leanpub-converter

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

The colist style can only be set once. #35

Closed ysb33r closed 9 years ago

ysb33r commented 9 years ago

It should be possible to do

:leanpub-colist-style: paragraph
[source,c]
----
int i =3; // <1>
----
<1> This should be in paragraph style

:leanpub-colist-style: discussion
[source,c]
----
int i =3; // <1>
----
<1> This should be in discussion style

However, both are displayed in paragraph style.

ysb33r commented 9 years ago

This is actually working! (typo in attribute name).