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?
|
I know in the question's body, we can use `code` to specify inline But can we specify |
||||
|
No, Markdown isn't run on the title whatsoever. Any special characters get converted to their entities. There's really no need to specify code in the title. If you're using too much code in the title, perhaps you should consider a better title. Normally we'd only see someFunction() or Some_Random_Class listed in the title, which is perfectly readable for the short amount of text present for that line. Inline code in posts is meant to make the code stand out more than anything. In the body: In the title: It's pretty easy to determine someFunction() is a keyword in this title, yes? |
|||
codemeans program code or highlighting something? – Somnath Muluk Mar 12 '12 at 5:15gettimeofday(2)or other standard functions to include code formatting in the title. (Until a kind moderator fixed my mistake and told me about it..) Since then I've been the one to tell several others. It's always a bit of a surprise... – sarnold Mar 12 '12 at 7:51