Login  Register

Re: Bold Source Code and Escaping

Posted by rwinch on Aug 19, 2013; 5:33pm
URL: https://discuss.asciidoctor.org/Bold-Source-Code-and-Escaping-tp464p466.html

Thank you for the quick reply.

I think something like this would be valuable. Do you think this feature might be considered for a future release? It seems like the support is most of the way there. For example, the following renders as "Hello <strong>bold</strong>" as I would expect:

.MyCode.java
[source,java]
[subs="verbatim,quotes"]
----
Hello *bold*
----

The only thing that appears to be missing is toggling on/off "quotes" within the snippet.