Lightweight, plain-text markup language used across the entire Stack Exchange network for post formatting.

learn more… | top users | synonyms

259
votes
1answer
76k views

What HTML tags are allowed on Stack Exchange sites?

The Stack Exchange engine uses Markdown for questions and answers. Per the Markdown spec, you are allowed to freely intermix HTML and Markdown tags. However, it does not allow all HTML tags, as that ...
208
votes
191answers
15k views

Formatting Sandbox

As per Jeff's suggestion here in the comments. You can use this question as a formatting sandbox (if you can edit Community Wiki questions) and you can post answers if you want to test out formatting ...
172
votes
9answers
38k views

Is there any markdown to create tables?

It seems like a lot of people try to display tables in SO questions but don't do a very good job. Is there any markdown syntax that supports creating a proper table?
162
votes
12answers
9k views

Syntax highlighting language hints

Do you think it would be worthwhile to provide hints as to what language to use for the syntax highlighting? Sometimes I find the highlighting on SQL or VB.NET answers is more distracting than ...
155
votes
9answers
2k views

Add data.SE style “magic links” to comments

How many times have you typed this: [meta](http://meta.stackexchange.com) in a comment? Me, personally, I'm sick of it. Can we has some data.stackexchange.com-style "magic links" inn comments? ...
103
votes
6answers
32k views

How do I format my code blocks?

How do I post text so that it is formatted as code? What do I need to do so that my code shows up properly—not escaped or removed—when posted? And how to get the correct syntax ...
92
votes
4answers
3k views

Implement ```-style Markdown code blocks

Currently, Stack Exchange’s Markdown parser only allows four-space indents to represent code blocks: // some code // another line of code GitHub Flavored Markdown and other Markdown implementations ...
86
votes
11answers
5k views

Add markdown support for hidden-until-you-click text (aka spoilers)

Use cases: Programming puzzles. This way the answer can be posted the same time as the question, eliminating doubt that no answer is possible for hard questions and proving that the question is not ...
55
votes
2answers
3k views

How can I format as keyboard keys? [duplicate]

Possible Duplicate: Keyboard Glyphs Some answers contain characters that look like keyboard keys, used as e.g. Ctrl+E. What markup do I need to add to make Ctrl and E look like actual ...
52
votes
5answers
2k views

Code block is not properly formatted when placed immediately after a list item

Consider the following piece of Markdown code: The is some regular text. >>> def factorial(n): ... return 1 if n < 2 else n * factorial(n - 1) ... * This is a list ...
51
votes
2answers
496 views

Add badges to Markdown?

I always found it odd that although I could compose questions and answers with tags in markdown, I can't do the same for a Great Question, Great Answer, or any other badge. I assume that this is ...
50
votes
6answers
7k views

Markdown footnotes?

Would you like them? You could have Markdown to have a popup appear to insert the footnote's text [*]. EDIT: you can use a symbol and then <sub></sub>, but that won't give you a link ...
41
votes
3answers
2k views

How can the backtick character ` be included in code?

I tried before to post a shell script that contained a ` character as an answer on Stack Overflow. The parser insisted on treating the backtick as formatting instead of part of code. How can I ...
41
votes
6answers
1k views

Allow the <small> tag

Can the <small> HTML tag be allowed and properly styled? Currently people wanting to write something small use either sup or sub which achieves a similar effect, but using it for small text is: ...
41
votes
1answer
345 views

Can we add Markdown support for tables?

This is similar to: Is there any markdown to create tables? and Please add support for tables in answers and questions, but is slightly different. The other questions are asking more of a why ...
40
votes
2answers
275 views

Add a button for adding code highlighting for a specific language

Currently, the following code: <!-- language: lang-php --> <?php="test"?> <!-- language: lang-xml --> <bug cat="md" name="syntax"> Generates the following ...
35
votes
1answer
679 views

Add Graphviz support to Markdown

The Request This is a request to add Graphviz (DOT) support to Markdown. This will allow us to easily embed editable and indexable graphs in questions and answers. I imagine it will be particularly ...
34
votes
4answers
6k views

What's the recommended syntax for an image with a link?

What's the recommended syntax for an image with a hyperlink? I tried doing it with the markdown toolbar buttons and the image and link buttons conflict with each other, so I had to resort to HTML. ...
33
votes
16answers
7k views

Should the markdown renderer treat a single line break as <br>?

Inspired by Markdown, One Year Later, a question I think would be better suited to here, than the blog's comment system.. As for #3, "Automatic return-based linebreaks instead of "two spaces at ...
32
votes
2answers
488 views

Markdown links and images are producing incorrect HTML

The problem appeared recently. Images and links are not displayed correctly.
31
votes
4answers
3k views

How to nest code within a list using Markdown

Oftentimes, I want to include code samples in a list, for example: Item One Item Two, for example: private bool ItemTwo() { return this.IFeelLucky; } Item Three The problem is that there isn't ...
31
votes
0answers
82 views

Make “x identical lines skipped” expandable

Recently, I saw this revision: I'm using the side-by-side markdown layout to see revisions. Now, I wanted to see the rest of the code to see what impact this revision had. So I think, let's click ...
29
votes
2answers
222 views

Differentiate spoilers from empty block quotes

I have to admit, I didn't even know spoilers were supported until today, but really bugs me that spoilers just look like empty block quotes before you mouse over them. vs.     ...
28
votes
2answers
1k views

Keyboard Glyphs

How are people showing keyboard "glyphs" on Super User? I looked at the Markdown help page and it didn't show anything regarding this. Here is an example (question has been deleted since this was ...
28
votes
4answers
2k views

Why can't table markup elements be used?

In http://meta.stackoverflow.com/questions/1777/what-html-tags-are-allowed-on-stack-overflow-server-fault-and-super-user, Jeff explains which basic HTML elements are allowed. Near the end he states ...
27
votes
3answers
9k views

Links to URLs containing parentheses

How do I add a link to a URL containing parentheses () (or "round brackets" by heathens)? For example: http://msdn.microsoft.com/en-us/library/aa752574(VS.85).aspx The parentheses around "VS.85" ...
27
votes
3answers
244 views

Easier way to represent DB tables when asking DB questions

Just like there is code highlighting for languages when you ask programming questions, can you add a feature where you can enter table design information and it is visually shown in the question? ...
27
votes
3answers
1k views

add LaTeX support to Markdown/WMD

I'm planning a (the?) StackExchange site for mathematics. I think it will be awesome, but there is one major difference between mathematicians and programmers which will be a source of friction in the ...
26
votes
4answers
297 views

Automatically convert TABs to Spaces in the original text

I've seen other questions regarding the same, but in this case I think it is a little different. I know the markdown handles tabs correctly (when generating the HTML code), but that's not what I'm ...
24
votes
1answer
282 views

Are we still at the stage where we are unwilling to consider math markup on SO

The main Q&A on this (here's one, and another one, and of course this one all seem to be 3+ years old. I'd accept that this question is a duplicate of this question which seems to have ...
23
votes
2answers
4k views

How do I escape a backtick in Markdown?

How do I escape a back tick within a code block? This is probably a duplicate, since I'm sure it's a common concern, but I can't find a question that addresses this specifically. How do I write ...
23
votes
2answers
210 views

The title of the inserted link for a duplicate question should be properly escaped

This question was recently closed as a duplicate of (![]+[])[+[]]… Explain why this works. However, the inserted link blows up as the weird title does not get escaped properly in the resulting ...
23
votes
3answers
231 views

Can we detect unformatted code and give specific help?

This is related to this feature request around "training videos" but is more specific. It seems to me that it wouldn't be too hard to make a pretty good guess about when a question contains code that ...
23
votes
2answers
581 views

Markdown in chat fails for multi-line messages

We've come to rename Markdown to Letdown in the C++ chat room because it lets you down so often. I've now just found a pattern. It seems markdown fails for multi-line messages. That is, this ...
23
votes
2answers
240 views

Add support for abbr tag

The <abbr> tag is useful to clarify abbreviations without hunting down external links for them. Migrating this from: ...
22
votes
2answers
955 views

Code blocks after a list, but not within a list in markdown. Is it possible? [duplicate]

Possible Duplicate: Code block is not properly formatted when placed immediately after a list item In this post about nesting code-blocks in lists, it is explained that if you want to nest ...
22
votes
5answers
266 views

View Source link on all questions

Atm, if you want to view the Markdown source of a question/answer (on SO/SF/SU/MSO at least, probably all stack exchange sites), you have 4 options: Gain enough rep to edit posts, then click the ...
22
votes
3answers
612 views

Can we get a way to wrap text around images?

Right now as far as I can tell all images have to appear as inline paragraphs, left-aligned with other paragraphs. For sites like Stack Overflow, it makes sense... images are only used when you want ...
21
votes
4answers
11k views

how to write nested numbered lists?

I just posted an answer on Stack Overflow where I wanted to have nested numbered lists, something like 1. Dog 1.1. German Shepherd 1.2. Belgian Shepherd 1.2.1. Malinois 1.2.2. Groenendael ...
21
votes
1answer
210 views

<!— summary --> now leaves a blank paragraph on top of the About Me section

When I first included a summary in my profile for use with my user card popup, using this syntax: <!-- summary: A short summary of myself goes here! --> ### Heading Full About Me bio... ...
20
votes
4answers
858 views

Why should users have to press Return twice to insert new lines?

When I post a question and want to add a new line, I have to press Return two times, or else the next text will appear on the same line. Is this really supposed to behave this way? If so, why?
20
votes
3answers
3k views

Markdown formatting bug with code blocks in lists

Have a look at the revisions of http://stackoverflow.com/revisions/1230618/list, in particular the formatting-related edit I made (edit 2). The formatted text contains spurious newlines and ...
20
votes
3answers
446 views

Markdown handles inline bold text (within a word) incorrectly

When I bold text inline like *strong*text it gets parsed as italics instead of either bold or nothing. I created the above with the following line: **strong**text As I understand it, inline ...
20
votes
3answers
269 views

Provide a way to quickly link to a question within MarkDown

From Uservoice: One of the nice features in FogBugz is the ability to type "case 17" in the body of a case, and have it automatically create a link to case #17. If it's possible to ...
20
votes
2answers
178 views

Add a view to see the raw source of suggested edits

As it is right now, we cannot see the raw source of the suggested edit. There are diff views and that's useful but sometimes the changes are so subtle, the actual formatting needs to be inspected if ...
20
votes
1answer
183 views

Please update the editing help

I only recently learned about a new feature to insert those fancy tags into your post. I didn't know what the exact syntax was. It was only now that I needed it myself, and I've been searching like a ...
19
votes
3answers
589 views

Is there some markup to post tags?

I am wondering because I was editing my profile and I though it would be nice to put the languages I know and stuff like tags. Is it possible to post a tag? If it's not, do you think it's possible to ...
19
votes
1answer
252 views

Make links in monospaced format look more like links

In this answer I posted a few links that I formatted using backtics. Because of the new background color and the way the links are formatted it isn't clear right away that they are clickable. (It ...
18
votes
2answers
299 views

Link parser can not handle URLs with a second http:// in it

Escaped version The following [link][1] does not work, neither does <a href="http://web.archive.org/web/20121130000728/http://www.google.com/">this</a>. [1]: ...
18
votes
2answers
271 views

`[tag:]` should work in comments

I think it would be useful if the [tag:] tag-linking syntax worked in comments.

1 2 3 4 5 13