3

The text I want to format is:

... that Alt Gr + ` gives | ...

into

... that Alt Gr+` gives | ...

What I did was using <kbd> and enclose " | " with " ` " but when code formatting character is involved, it gets messy as above. How do I escape the format?

3
  • 2
    Edited. Does that help? Commented Jan 21, 2014 at 19:34
  • oh, god.. and I'm supposed to be a soon-to-be-C/C++ programmer...
    – Varaquilex
    Commented Jan 21, 2014 at 19:35
  • 1
    Much more backtick formatting in How do I format my code blocks?
    – Arjan
    Commented Jan 25, 2014 at 12:12

1 Answer 1

6

Just use the escape character: \

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .