asciidoctor-epub3 icon indicating copy to clipboard operation
asciidoctor-epub3 copied to clipboard

:blue_book: Asciidoctor EPUB3 is a set of Asciidoctor extensions for converting AsciiDoc to EPUB3

Results 35 asciidoctor-epub3 issues
Sort by recently updated
recently updated
newest added

1. We should use in-memory logger in tests so that log output doesn't interfere with rspec output 2. We should add API for tests to assert that specific message was...

enhancement

When `:front-cover-image:` is not used, no alternative textual cover page is added. Other converters do: Pandoc uses and dbtoepub uses . I've done some tests, also with the included in...

enhancement

I am running this command: ``` bundle exec asciidoctor-epub3 book-highlights.adoc -v -D /Users/ryanbigg/books/rails_book/build/epub -o book.epub -B /Users/ryanbigg/books/rails_book -a generation_date=2020-05-01 -a git_version=f0ebc069d -a pdf-fontsdir=pdf-styles/fonts -a pdf-stylesdir=pdf-styles -a epub3-stylesdir=epub-styles -a pdf-style=book -a...

enhancement

Subj, for security sake. We will probably switch to a different mechanism that doesn't pass through document for passing this settings if/when we find one. See #277 where these attributes...

enhancement
upstream

Please, see [test project](https://github.com/slonopotamus/asciidoctor-epub3-lists-test). I hope its README provides enough details, but just in case repeating them here: I have [a trivial chapter with a list](https://github.com/slonopotamus/asciidoctor-epub3-lists-test/blob/master/src/docs/asciidoc/_chapter1.adoc): ``` [[_chapter1]] = Chapter...

bug

Can the completed XHTML and CSS be passed through minify/tidy procedures before creating the archive? Likewise, can fonts be subset instead of embedding the whole thing? Images, too. Epub and...

enhancement

I'm working on a quite large technical piece (the first in a series of several), and I have started adding indexterms through the document. I'd like this to be emitted...

enhancement
compliance

Hi, I am trying to set an image as the front cover instead of the title. Below is the code = Title of the book Author Name v1.0 :doctype: book...

AsciiDoctor documentation states that `The value of imagesdir can be an absolute path, relative path or URL`. Nonetheles, using an absolute path causes the image to not be included in...

bug
compliance

Fixes https://github.com/asciidoctor/asciidoctor-epub3/issues/470 Probably not the best approach, but enough to protect from the crash.