In C++ code block: white spaces in a string are not presented as white spaces

While using code block to highlight a code, white spaces in a string are not displayed as white spaces. Is there a way to fix it?

I think that @darcy might know where that character (which might be a standard way to represent a blank) is defined, as he is one of the authors of the highlighter for the C++ code.

1 Like

Currently, as far as I know, there is no option provided to tune this behaviour. One have to hack the source code and compile by themselves to tune it.

2 Likes