How to use curly quotes in monospaced block?
Posted by Mark S on Jul 28, 2019; 8:14am
URL: https://discuss.asciidoctor.org/How-to-use-curly-quotes-in-monospaced-block-tp7020.html
I have this block in asciidoctor:
----
myapp/myapp.rs # executable
myapp/myapp_test.rs # tests
----
It correctly formats as monspaced and preserves the spaces so that the #'s line up.
However, I want the word "executable" to be in double curly quotes and can't figure out how do do it. Is it possible?