Does start= work for numbered lists in epub3?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Does start= work for numbered lists in epub3?

jtkorb
I have an AsciiDoc document I'm trying to publish using asciidoctor-epub3.  I've converted the document to use the "spine" layout described in the manual, but can't seem to get numbered lists that depend on start= to work.  Here is an example piece of code:
.Section 1
. Here is the text for Exercise 1.
. Just a paragraph.

.Section 2
[start=3]
. This would be 3.
It works as expected (first item in Section 2 is number 3) with asciidoctor, but with asciidoctor-epub3, the item numbering starts over with 1.
Reply | Threaded
Open this post in threaded view
|

Re: Does start= work for numbered lists in epub3?

mojavelinux
Administrator
You're correct, support for this feature was missing from Asciidoctor EPUB3. I just added it to the master branch.

Cheers,

-Dan

On Mon, Sep 17, 2018 at 2:36 PM jtkorb [via Asciidoctor :: Discussion] <[hidden email]> wrote:
I have an AsciiDoc document I'm trying to publish using asciidoctor-epub3.  I've converted the document to use the "spine" layout described in the manual, but can't seem to get numbered lists that depend on start= to work.  Here is an example piece of code:
.Section 1
. Here is the text for Exercise 1.
. Just a paragraph.

.Section 2
[start=3]
. This would be 3.
It works as expected (first item in Section 2 is number 3) with asciidoctor, but with asciidoctor-epub3, the item numbering starts over with 1.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Does-start-work-for-numbered-lists-in-epub3-tp6475.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML


--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux