Underscore in org-mode

In accordance with the explanation in the Literary example, literary examples should not be subject to a surcharge. But is there a way to use any allowance in a literal example?

For example, consider the following exemplary excerpt.

 #+BEGIN_EXAMPLE
 Enter the city you're from: Chicago
 #+END_EXAMPLE

I would like to emphasize the word "Chicago" because I want to emphasize that the word "Chicago" is typed by the user. How can i do this?

+5
source share
1 answer

If all you need is an example of a set of types in the example, you can use emphasis , at least for strings that require extra charges. This will

=Enter the city you're from:= _Chicago_

, , , , , , .

, (#+begin_src), , org-mode (#+begin_src org) ( " ", , , , ).

+1

All Articles