I see at least two possibilities to add (typographic) curly quotes:
The two examples below will lead to the same output:
- use unicode characters
- enable macros as described in AsciiDoc Writers's Guide: Inline pass macro and explicit substitutions
Unicode variant:
---- myapp/myapp.rs # “executable” myapp/myapp_test.rs # tests ----Macro variant:[subs=+macros] ---- myapp/myapp.rs # pass:quotes["`executable`"] myapp/myapp_test.rs # tests ----
If you reply to this email, your message will be added to the discussion below:http://discuss.asciidoctor.org/How-to-use-curly-quotes-in-monospaced-block-tp7020p7021.html
Free forum by Nabble | Edit this page |