Skip to content

Bump asciidoctor-epub3 to 1.5.0.alpha.14 #1388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

slonopotamus
Copy link
Contributor

@slonopotamus slonopotamus commented Feb 29, 2020

This PR doesn't depend on #1373.

@slonopotamus
Copy link
Contributor Author

slonopotamus commented Feb 29, 2020

There's an interesting bug about your negative leveloffset. Asciidoctor has an rule about appendix:

the first subsection of the appendix must be a level-3 section, not a level-2 section. That’s because an appendix cannot contain chapters.

When you're applying -1 leveloffset, your appendix subsections become level-2 sections so they're not subsections of appendix anymore, but instead are standalone chapters.

@slonopotamus slonopotamus deleted the epub3-alpha.14 branch February 29, 2020 20:45
@slonopotamus
Copy link
Contributor Author

slonopotamus commented Feb 29, 2020

I suddenly understood that your Gemfile automatically uses latest 1.5.0.alpha.WHATEVER asciidoctor-epub3 version.

@slonopotamus
Copy link
Contributor Author

But you still need to fix leveloffset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant