-
Whenever I try to use a custom theme font for the PDF creation, regardless of the font I choose, I get an error with JRuby StringIO.
```
[ERROR] Failed to execute goal org.asciidoctor:asciidoctor-…
-
Currently, it's not possible to use this extension when the output is not an HTML document. Using Block and Image object would allow to use this extension with Asciidoctor PDF and non-HTML converters …
-
This topic first came up on Issue #321. @abelsromero summarized my request in this comment, https://github.com/asciidoctor/asciidoctor-maven-plugin/issues/321#issuecomment-358566944
> If I underst…
-
This depends on asciidoctor/asciidoctor#136, asciidoctor/asciidoctor#10611, asciidoctor/asciidoctor#61 being fixed.
-
A few files that generate errors with `unparser`, but have ok syntax according to `ruby -c`:
https://github.com/acrmp/foodcritic/blob/master/features/support/cookbook_helpers.rb
https://github.com…
-
I think we should workaround this limitation otherwise an exception is thrown:
```
SecurityError: Jail is not an absolute path: modules/ROOT/pages/install
at Opal.send (/nix/store/a3xmzr6d2lb…
-
I'm using doctoolchain version 3.2.2 dockerized.
Since one of the latest updates, the asciidoctor-pdf plugin warns about possible invalid references:
```
Feb 16, 2024 2:55:26 PM uri:classloader…
-
The prawn-gmagick gem is a drop-in replacement for the image processing in Asciidoctor PDF that uses GraphicsMagick under the covers. It has the benefit of making PDF conversion of documents containin…
-
Given the snippet
```
[bibliography]
- [[[prag]]] Andy Hunt & Dave Thomas. The Pragmatic Programmer:
From Journeyman to Master. Addison-Wesley. 1999.
```
The ampersand `&` arrives as `&` in th…
-
DocBook has a [videoobject]( https://tdg.docbook.org/tdg/4.5/videoobject.html) element that can be used to describe a video and its associated meta-information.
The following AsciiDoc content:
`…