You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned by @abelsromero in #1171 the method Asciidodctor.convert() never returns a Document, even though the caller asks for a org.asciidoctor.ast.Document.
The implementation of this method should use the NodeConverter and try to convert the result returned by Asciidoctor.
The text was updated successfully, but these errors were encountered:
As mentioned by @abelsromero in #1171 the method
Asciidodctor.convert()
never returns a Document, even though the caller asks for aorg.asciidoctor.ast.Document
.The implementation of this method should use the NodeConverter and try to convert the result returned by Asciidoctor.
The text was updated successfully, but these errors were encountered: