The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
42 views

How do I render a backtick enclosed in <kbd> tags?

The following line of Markdown isn't rendered the way I expect: Press the <kbd>`</kbd> key then type ``foo bar baz``. The actual HTML being rendered omits the <kbd> tags: Press ...
12
votes
1answer
146 views

Please put the information about how to escape backticks in the main syntax help page

I am fully aware that the information about how to escape backticks in inline code is on this page: http://daringfireball.net/projects/markdown/syntax#autoescape But since backticks are so commonly ...
6
votes
0answers
107 views

Please include how to quote backticks in inline code in Markdown editing help

I've seen this happen a few times: "code 'with' backticks (replace quotes with backticks!!!)" I also had to do some digging to find out for myself that the correct way to do this: code `with` ...
4
votes
2answers
154 views

How do I escape backticks surrounding an inline code block? [duplicate]

Possible Duplicate: How can the backtick character ` be included in code? How do I do something like this: `order` But within a `line? <-- as you see over here I was able to get the ...
12
votes
3answers
874 views

Is there a way to enter back tick (backtick) on SO when using iPad or iPhone?

There are times when I only can use iPad to access SO, and the back tick ` is needed to quote the literals... but it seems on iPad, there is no way to enter a back tick on the keyboard? Can it be ...
7
votes
2answers
138 views

Is there a way to mark inline code without backticks in comments?

When on my Android device the keyboard does not have backticks (or I don't know how to access them... - I am on a german layout btw), therefore I am unable to add code parts in comments et. al. Is ...
5
votes
0answers
192 views

Style inline code elements (including backticks) with white-space: pre-wrap

While writing this comment, I noticed an annoying issue with the way the StackExchange software formats in-line code snippets (<code>...</code> or `...`) — any groups of ...
0
votes
3answers
334 views

multiple spaces in backticks (``) are not converted into unbreakable ones

When I try to use `hi another text` it returns me hi another text - spaces are breaked.
5
votes
0answers
69 views

What does searching for a title backtick do?

I've been doing some editing on Super User, and I got a hunch that a good way to find questions in need of improvement would be to search for titles containing backticks. So I punched title:` into the ...