gregturn / asciidoctor-packt

Backend and theme to convert Asciidoctor files into Packt Publishing OpenOffice doc
http://greglturnquist.com/category/learning-spring-boot
46 stars 13 forks source link

Are callouts supported? #24

Closed ysb33r closed 8 years ago

ysb33r commented 9 years ago

I'm seeing this when using code sections with callouts.

Caused by: org.jruby.exceptions.RaiseException: (RuntimeError) Could not find a converter to handle transform: inline_callout
gregturn commented 9 years ago

No they aren't. That error means there is code to process callouts.

Packt doesnt actually do callouts in their templates so I never added support for it.

gregturn commented 9 years ago

s/is/is not/

ysb33r commented 9 years ago

It might be worthwhile just to add stub code in not to generate the callouts. (Or to simply generate them as text).