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

learn more… | top users | synonyms

30
votes
4answers
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" ...
5
votes
1answer
57 views

Quotes in image alt break HTML [on hold]

While creating a question, I used quotes in an images alt text. It rendered correctly. To be sure that nothing was wrong, I opened up Chrome's Inspector on the rendered output. Sure enough, the quotes ...
2
votes
0answers
31 views

Please update/fix markdown help for comment-replies

Please update/fix the markdown help page for the usage of comment @username This markdown help page is the one linked to when you click on "advanced help" when entering a comment/question/answer. I ...
217
votes
200answers
16k views

Formatting Sandbox

As per Jeff's suggestion here in the comments. You can use this question as a formatting sandbox. You can edit Community Wiki questions here with 100 reputation, and post answers here with 10 ...
3
votes
1answer
55 views

Careers table support inconsistent between preview and actual rendering

I just edited my careers page, and I added a table in markdown. I know markdown is only partially supported and I kind of expected it not to work, but the preview rendered it exactly like I wanted, ...
6
votes
1answer
40 views

Is there a MarkDown shortcut for the Help Center like there was [faq] for the FAQ?

In the limited markdown (for comments and chat, e.g.) we always had [faq] to link to the FAQ. Now that the FAQ has been changed to Help Center, do we have new syntax for this?
-4
votes
1answer
81 views

Better markdown support for SO links

Short version Make this: Some text [1] blah blah ... [1]:http://stackoverflow.com/q/17134929/1544337 Into this: Overlay a background-image with an rgba background-color Note: I'm only ...
0
votes
1answer
51 views

Cannot format as code

The "format as code" button is not working properly when I attempt to format the stack trace in this question as code. Whenever I try to format it, nothing happens. What is the problem?
0
votes
1answer
18 views

Formatting/markdown not being parsed when in HTML tags

If I ask/answer a question, sometimes I like to include numbered lists using the <ol> and <ul> HTML tags. There is a problem, however, if I want to format the text to make it bold or ...
1
vote
0answers
37 views

Add spaces to code blocks

One thing I find myself doing more than occasionally is copying the OP's code (or even another answer's code) and editing it to correct it, rather than writing the whole thing from scratch in my own ...
6
votes
1answer
55 views

Markdown editor messing with arrays of arrays

Seems like the markdown editor is messing with arrays of arrays in code snippets. Look at this answer from Mike Bostock: (b[1][0] - b[0][0] and b[1][1] - b[0][1]) Was changed to: (b[1][0] - ...
18
votes
1answer
368 views

Why do code blocks sometimes not “show” properly?

It's possible that this is a duplicate of this question - but if so, I don't know why, and I can't verify whether it's the case. I've got a concrete example, although only dev (and maybe mods) will be ...
1
vote
1answer
54 views

Image alt text render error when using link (with final rendering different than preview)

When you declare an image the usual way it works: ![alt text][1] With links as alt text it works as well: ![http://x][1] But when you use a - before a link: ![- http://x][1] It does not ...
44
votes
2answers
319 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 ...
2
votes
0answers
30 views

List items inside of quotes have their bullet points outside the box [duplicate]

I just noticed a little visual inconsistency on a question on Meta (Link). The bullet points of list items, if inside a blockquote, are outside the containing box. Screenshot: In my opinion, they ...
8
votes
2answers
66 views

Markdown header #4 not supported on careers

In any of the textareas, try entering a markdown heading #4: #### This is a heading 4 It renders correctly in the "live preview", but NOT on the site after your publish (/cv/view-public).
3
votes
1answer
63 views

Markdown preview differs from final for `**` surrounding text with line breaks

The following Markdown from this question renders differently in different places: **Edit:** **It seems there are differences between the two, and the + notation has restrictions that the ANSI join ...
6
votes
0answers
67 views

How to put direct links to URL containing /*/ in answers or chat?

Let's say you have this URL : http://web.archive.org/web/*/http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html The only solution I found to include it in an answer was to use ...
268
votes
1answer
79k 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 ...
-10
votes
1answer
59 views

How to make list entry of many paragraphs?

List item can be 1 line long only, right?
1
vote
1answer
58 views

<!— language: css --> markdown doesn't work properly

Based on http://stackoverflow.com/editing-help#syntax-highlighting I shouldn't need to give the lang- prefix when specifying a language for a tag, however this doesn't appear to be the case for CSS. ...
18
votes
0answers
147 views

Has MarkdownSharp considered East Asian Scripts always have intra-word emphasis?

In the post below, Jeff Atwood claimed the MarkdownSharp has changed Markdown rules to disable intra-word emphasis like "the_file_name" or "file_one and file_two". ...
1
vote
0answers
58 views

Improving the HTML of the email notifications

The HTML emails I receive from Stackexchange notifying me about a new item in my inbox have some issues: the HTML is faulty. The W3c Validator also shows several errors, some of them trivial, some ...
67
votes
3answers
632 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 ...
9
votes
0answers
90 views

Markdown for Ordered Lists, starting with zero? [duplicate]

I see that you can create an ordered list using markdown notation like the following 1. line 1 2. line 2 3. line 3 ... N. line N The markdown supports starting each line with any arbitrary number ...
1
vote
1answer
66 views

How to write * (asterisk) when adding any comment?

Few days ago I was trying to put some comment on XML namespace issue and I wanted to put *:element-name at the comment. But after submission it deleted asterisk and change it to :element-name. Is ...
1
vote
1answer
31 views

Editing question changing code to block quote is still formatted as code

I asked a question on StackOverflow and later added some more information. I included a quote initially in a code block, but then I edited the question, highlighted those two lines, and clicked the ...
-1
votes
0answers
53 views

Markdown magic-links addition

Would it be useful to have magic-link [OP] in markdown, it could have original posters account/name/specific picture. Also not sure how'd it be implemented, but magic-link pointing to specific answer ...
7
votes
0answers
51 views

Markdown-Quotes inside HTML are breaking the output

This post appears totally messed up for me. It uses many blockquotes, that apparently lead to the link beeing spread all over the post-text, including the flag, edit, link and answered/edited at URLs: ...
-1
votes
1answer
69 views

Code Formatting in Two Consecutive Lines

What I see as an issue: A lot of times when I read and write code in StackOverflow I run into the following scenario: Here is some Code and words. This is more random wody stuff, some code ...
2
votes
0answers
22 views

Web archive link redirects to StackOverflow host (resulting in error page)

Problem: Some links will redirect you to a StackOverflow error site even though they're correct (as in DOM/HTML representation). Test cases: Link in question body here: ...
4
votes
0answers
39 views

Asterisks (wildcards) do not work within [tag:name] markup [duplicate]

Following on from Can we neaten the wildcard-favourited tag search result tag listing? I've noticed that the [tag:name] markup doesn't allow wildcards. Tags link to ...
1
vote
0answers
42 views

Markdown bug in comments with ` ` [duplicate]

I just tried to write this comment: You could use $arr = explode(' ', $str); to split $str by . Then you could do the same on = to get your key->value pairs. But it chokes on and formats like ...
108
votes
6answers
34k 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 ...
34
votes
4answers
4k 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 ...
3
votes
1answer
83 views

Converting text in a link include characters that were not selected

I was editing a tag wiki, and I have noticed that in some cases, when I select text to make it a link, the text that is converted in a link includes characters that were not selected. For example, if ...
8
votes
5answers
298 views

Add parenthesis to period as an accepted list delimiter

FFS. I do this all the time and it kills me. The editor knows that an empty line followed by a number followed by a period followed by a space is a list item. This works great Its almost magic ...
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... ...
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)
9
votes
0answers
65 views

Formatting in chat room description

Can Markdown formatting be added to chat descriptions? Sometimes bold text would be nice, to highlight something in the description.
11
votes
1answer
132 views

Marking up an asterisk with <kbd>

I've experienced a problem with <kbd> tag and the asterisk * on Stack Overflow. How to reproduce: <kbd>*</kbd> bug <kbd>*</kbd> which provides: bug ...
0
votes
0answers
34 views

Linkifying URLs containing __xyz__ is broken [duplicate]

When posting this link to the python docs I noticed the linkifying being somewhat broken: http://docs.python.org/2/library/__builtin__.html results in: ...
-2
votes
1answer
96 views

MathJax buggy on Stack Overflow [closed]

On Stack Overflow, it appears that MathJax has been enabled. I have two problems apparently caused by MathJax. If someone places backticks in a title, the title no longer displays correctly. See, ...
-4
votes
1answer
72 views

Add code blocks to alternate image text

I often find the need to post an image in an answer to help summarize my point. I have used these before to demonstrate things such as CSS properties, as shown in this answer. I added the code that ...
18
votes
2answers
303 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]: ...
188
votes
9answers
41k 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?
5
votes
0answers
46 views

Adding links to Google webfont sites is broken

this link is broken when adding it through clicking Hyperlink icon in the edit form. If I instead paste the link directly as is, then it's working fine, like this: ...
-10
votes
2answers
169 views

Turn off Markdown formatting

Markdown formatting makes easier to write good looking questions and answers, but sometimes people use ASCII art (like above) to create tables or other symbols to make their question/answer more ...
5
votes
3answers
2k views

How to insert sample XML code in Stack Overflow? [duplicate]

I am trying to ask a question which contains sample XML code but I can't paste sample XML code in the question. How it can be done?
2
votes
2answers
32 views

Code block display within an ordered list? [duplicate]

I was attempting to edit a post earlier, but couldn't get a code block to display within an ordered list. I've not found any reference to this directly and despite indenting and trying a few ...

1 2 3 4 5 14