Login  Register

Render to word C++ as monospaced

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

Render to word C++ as monospaced

wimalopaan
108 posts
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
| More
Print post
Permalink

Re: Render to word C++ as monospaced

wimalopaan
108 posts
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
| More
Print post
Permalink

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

wimalopaan
108 posts
Setting :compat-mode: solves this issue !