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

Inline code fragments don't render anything #13

Closed gregturn closed 10 years ago

gregturn commented 10 years ago

The following text:

This chunk of code is Groovy (http://groovy.codehaus.org). It contains the `@RestController` to 
flag the entire class as being a controller that returns values directly back to the client, without 
invoking any views.

only renders this:

<text:p text:style-name="Normal_20__5b_PACKT_5d_">This chunk of code is Groovy 
(<text:span text:style-name="URL_20__5b_PACKT_5d_">http://groovy.codehaus.org
</text:span>). It contains the <text:span text:style="strong">@RestController</text:span>
to flag the entire class as being a controller that returns values directly back to the client, 
without invoking any views.</text:p>

The code fragment is being wrapped with a strong tag. It appears to be a part of inline_quoted.fodt.slim, so it might be a case to deal with.