Tagged Questions
2
votes
1answer
91 views
Can I use inline code formatting in question titles?
I know in the question's body, we can use `code` to specify inline code like this.
But can we specify code in the title of the question? And if not, why?
12
votes
3answers
237 views
Fix Markdown/SmartyPants in question titles
Consider this question:
is x-- > 0 && array[x] well defined behavior in c++?
Unfortunately, the question title is displayed on SO as:
is `x— > 0 && array[x]` well defined ...
8
votes
1answer
102 views
URL in duplicate titles wonkify related links
Very similar to @Gnome's earlier question. The markdown for automagically-inserted duplicate links breaks if the duplicate contains a URL in the title.
In this case, markdown splits the URL into its ...
7
votes
1answer
79 views
Backslashes in duplicate titles break inserted links
If a question's title has a backslash, inserted "possible duplicate" links are broken (check revision histories, both have since been fixed). I'm not familiar with all of the markdown parsing, but ...