Render to word C++ as monospaced

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Render to word C++ as monospaced

wimalopaan
Hi all,

in the last preview of asciidoctor I was able to write `C++` to render it as monospaced and I had not trouble with it.

In the actual version 1.5.0 it fails because the ++ ist recognized as formatting.

What is the best way to render it correctly as monospaced (code)?

Reply | Threaded
Open this post in threaded view
|

Re: Render to word C++ as monospaced

wimalopaan
Reading the docs carefully I think this is a bug in asciidoctor because it should be an inline literal passthrough.
Reply | Threaded
Open this post in threaded view
|

[SOLVED] Re: Render to word C++ as monospaced

wimalopaan
Setting :compat-mode: solves this issue !