The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
128 views

How to strike text on stackoverflow? [duplicate]

Sorry but I couldn't find this info. How do I strike the text? Thanks for your help.
8
votes
0answers
112 views

Something funny happened here [duplicate]

http://stackoverflow.com/a/803323 Looks like the font of the code block overflowed! (FFx, Chrome. And in IE8 it's even weider)
2
votes
2answers
234 views

What is difference between markup and markdown?

I am not sure what's the difference between markdown and markup? I read both these terms in several posts on meta. Googling it shows up some financial terms which is not the correct context for this. ...
3
votes
1answer
147 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 ...
4
votes
1answer
41 views

Is there a markup for multiple spaces in code?

I would like to put a string of spaces in code in an SO answer: ddl1.Items.Add("12         34") Without code, I can use  . In code, I cannot: ddl1.Items.Add("12 ...
1
vote
0answers
56 views

Markup tools occasionally fail to appear in Firefox Browser when editing

I've been doing a lot of editing recently on StackOverflow, and I've noticed a bug in the markup scripts, in that occasionally when I click edit I get a somewhat broken page in which: All the markup ...
11
votes
0answers
262 views

Add quote markup to comments

Comments have a very restricted markup ability. Currently supported text markups available are Italic text Bold text code One of the very common things people do in comments that is not supported ...
7
votes
1answer
244 views

My comment `code block` was not converted properly, is this a bug?

In my comment here: What is your favorite Coding Guidelines Checklist? I needed to have a : symbol with a leading space, but I couldn't figure out how to get it. And for some reason it converts ...
7
votes
2answers
142 views

Subdue the font size for headings

Font sizes for headings across all Stack Exchange sites is garish and significantly overstated, giving an amateurish look to questions that use headings where they would otherwise be quite ...
13
votes
1answer
149 views

Please add LaTeX examples on the FAQ of sites that have it

This feature request is with respect to this question How do I write equations on Math.SE? To be truthful, I had no idea how those equations worked or what LaTeX is until I searched on SE sites and ...
2
votes
0answers
46 views

Bold isn't disabled when clicking “B” if it was handwritten

Maybe this is by design, but when I enter something like this: **abcd** select it and click on bold or use CTRL+B, instead of deselecting bold, this happens: ****abcd**** Which leads to this: ...
7
votes
1answer
253 views

Why the heck do I see so many …s?

When I go to the /questions page of an arbitrary site of the network, the first few lines that are shown of the question body end with a literal … instead of … I'm using Firefox ...
5
votes
0answers
69 views

LI tag makes it possible to break out of the text area?

In this revision the guy forgot to backtick HTML tags, so a <li> tag that was part of the question made it to the markup, and the bullet appeared to the left of the text area: Just saying, in ...
3
votes
1answer
64 views

“What are Tag Wikis?” obscures “Excerpt” edit widget

System here is FreeBSD running Firefox 3.6.13 with NoScript, Adblock and a handful of other plugins and addons. How to reproduce: Look for a tag without any wiki content (e.g. dynamic-data). Click ...
3
votes
1answer
86 views

PHP version of the markup used for the stackexchange?

Is there a php version of the markup used for the stackexchange, more info on the mark up at Stackoverflow's Markup.
20
votes
3answers
654 views

SO-specific markup - definitive resource?

Is there a definitive source of all possible markup for all the SO sites? For instance, I saw on one meta site someone putting tag links in their question, and it showed up looking like the actual ...
0
votes
0answers
41 views

Why arent line feeds treated as such when typing text? [duplicate]

Possible Duplicate: Why you should press Return key 2 times to insert a new line? When I type a question and I want to have multiple lines I need [space][space][enter] Why isn't [enter] ...
1
vote
1answer
82 views

How to deal with unnecessary formatting and markup?

What to do with seemingly unnecessary formatting or markup? I mean, I just stumbled upon this question at SU, and it makes my brain tinkle that every answer starts with a big, bold sentence. So, is ...
11
votes
4answers
331 views

What's the deal with stripping &lt; &gt; brackets in questions, and properly escaping them in comments?

I just got bit by this twice, posted a question where all my nice little generic types got their <> brackets axed. So I edited it and used the html entity. Annoying - but it worked. Then I ...
7
votes
6answers
927 views

4 spaces for code tags is annoying

Is it just me or is inserting 4 spaces in front of every line of my code very annoying? I would love if there was some way to put XML code in my posts without having to put 4 spaces in front of each ...
8
votes
1answer
472 views

rel=next for “next” links on question pages

It would be really nice if all the next/prev links at the bottom of SO pages had rel=next / rel=prev on them, for use with browsers like Opera or the Firefox extensions that support this format for ...
5
votes
1answer
95 views

When placing code directly after a list, the code is not recognized. Is this a bug? [duplicate]

Possible Duplicate: Code block is not properly formatted when placed immediately after a list item When placing code directly after a list. The code is not recognized. See the example ...
4
votes
0answers
140 views

Make code markup button more obvious [duplicate]

Possible Duplicate: More obvious formatting help for new users Almost all of my edits to questions on SO consist of selecting the code and hitting the code formatting button. It seems clear ...
0
votes
1answer
94 views

Valid HTML and semantics [duplicate]

Possible Duplicate: Use an HTML Validator on SO Does SO family care about valid html markup and semantic web? I've noticed that tables are used in most places where non-tabular data is being ...
3
votes
3answers
217 views

add an <isbn:> tag?

Can we have isbn tags for books? I'd like to be able to refer to somebody to a title using syntax such as <isbn:1597491098> # 10-digit form <isbn:978-1597491099> # 13-digit form ...