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

Entertain code inside tips #18

Closed gregturn closed 8 years ago

gregturn commented 10 years ago

Right now, the following chunk doesn't render properly:

[NOTE]
====
Yada yada.

[source,xml]
----
<my-xml>
</my-xml>
----
====

It looks fine in HTML with the code nicely inserted inside the admonition. But in FODT, nothing is visible probably because its a text:p inside a text:p.