The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
22 views

slash syntax in pre-formated code [duplicate]

Inside a comment, when I write: \\ it doesn't produce the same result as in questions. The result I got is `\` Is this a bug?
3
votes
0answers
37 views

How to use @{usename} in comments correctly? [duplicate]

When I begin my comment with @{username}, it is removed from the comment text. What is the right syntax to use @{usename} in comments?
3
votes
1answer
125 views

What is the Stackoverflow markup language syntax? [duplicate]

Possible Duplicate: Which tools and technologies are used to build the Stack Exchange Network? Has anyone a link to the stack exchange markup syntax? Yeah, I know, surely there is another ...
13
votes
2answers
452 views

How to answer a homework question, when the entire example is bad syntax?

This is a more specific question about how to answer homework questions, and I have wondered this frequently. Please refer to this question as my primary example: Locate and replace script, few ...
2
votes
1answer
145 views

Superscripts in Chat?

Can there be support for superscripting in SO chat? Possibly with a syntax such as: ^^text^^ For example: My birthday is On the 27^^th^^ of February or Teh Internetz^^TM^^ It will be quite ...
0
votes
1answer
86 views

Which wiki syntax is used on Stack Exchange? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? I've seen a lot about Markdown here, but I haven't seen any direct answer. Could you ensure me that Stack ...
0
votes
2answers
228 views

markdown syntax

When using markdown you can enter a space at the beginning to get a nice block around your text. The following without a space would present a link: some link but the same syntax with a space in ...
3
votes
1answer
97 views

Support for obscure protocols in markdown link syntax? [duplicate]

Possible Duplicate: Links with URIs of schemes other than http/https are broken On revision 5 of How to read Firefox "about:memory" correctly? I tried to set markdown links to about:memory ...
5
votes
1answer
166 views

How do I write equations on Math.SE?

I have checked the Mathematics Stack Exchange site, and have noticed equation syntax on the questions. Is there a guide or link of how to write these formulas?
5
votes
1answer
156 views

Edit size requirement does not allow for significant syntax improvements

There are many questions which have bad SO/markdown syntax, most notably when referring to code. I like to fix this syntax and add the appropriate language tag so that the code is nicely formatted. ...
5
votes
0answers
265 views

Syntax with iPad [duplicate]

Possible Duplicate: Is there a way to enter back tick (backtick) on SO when using iPad or iPhone? Might be a duplicate, but I haven't found a question covering this very issue: When using ...
2
votes
0answers
82 views

How do I search for syntax stuff like “===”? [duplicate]

Possible Duplicate: Is it possible to search for punctuation/special characters? I just did a search on javascript === on StackOverflow, and was taken to the page with all questions tagged ...
0
votes
0answers
102 views

Line highlighting within code blocks [duplicate]

Possible Duplicate: Allow highlighting certain bits of a code fragment or quote Would it be possible to add a "Highlight" function to code blocks? For example, with function foo ($fbar = ...
13
votes
0answers
93 views

Could we have a syntax summary displayed in all chat rooms?

As illustrated by this chat excerpt, some kind of syntax summary would be appreciated to quickly know what the possibilities are when it come to write some messages. Even if an array wouldn't fit ...
1
vote
4answers
109 views

Searching using intitle

I still don't understand how search by title works on SO. The search help has the example: intitle:1 apples oranges What is that '1'? That '1' is making me feel stupid right now and sites ...
4
votes
3answers
373 views

Markdown syntax for pseudo-tags in question/answer text?

I like how tags are cleverly displayed in gray boxes in this question, among others: http://meta.stackoverflow.com/questions/6119/retag-request-opensource-open-source What's the markdown syntax for ...
39
votes
6answers
689 views

Advanced Syntax Ideas

The one useful thing I was ever taught in HCI was always give advanced users "hidden" short cuts and features. Things a noob is not interested in but a power user can easily take advantage of. ...