Closed someth2say closed 5 months ago
A minimal reproducer would be:
|=== a| image::image.svg[] |===
If trying to generate the ePub leads to a crash:
$ asciidoctor-epub3 book.adoc undefined method `attr?' for nil:NilClass
The reason is that the method get_enclosing_chapter returns nil when inside a table cell document.
get_enclosing_chapter
nil
A minimal reproducer would be:
If trying to generate the ePub leads to a crash:
The reason is that the method
get_enclosing_chapter
returnsnil
when inside a table cell document.