dagwieers / asciidoc-odf

ODF backend for AsciiDoc
98 stars 26 forks source link

Bulleted List Items Only Use Default Style #48

Open pedersen opened 8 years ago

pedersen commented 8 years ago

I created a very simple bulleted list file, consisting of just the following:

Bulleted Lists

* list item

And regular test

When I run this command, it works as expected. The bulleted list item is given the "list-item" style:

asciidoc -b odt test.adoc

When I run this command, it does not. The bulleted list item is under the "Default Style", which means I can't use a predefined style document easily.

a2x -b odt test.adoc