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
I am trying to implement one and integrate it into the asciihero script, but somehow the getContent() doesn't want to call the correct converter (it doesn't seem to call anything at all). It calls the convert() once, but then getContent() doesn't do anything...
There don't seem to be many conditions in the code https://github.com/asciidoctor/asciidoctor/blob/main/lib/asciidoctor/abstract_block.rb#L85, so all I can think if is that the document is actually empty... That actually seems to be the case, when I log the code I get #<Asciidoctor::Document@1142 {doctype: "article", doctitle: nil, blocks: 0}>, clearly stating 0 blocks...
When I use the converter through asciidoctor directly however it behaves correctly:
Implement an AsciiDoc converter to convert AsciiHero to GamebookML.
The text was updated successfully, but these errors were encountered: