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

learn more… | top users | synonyms

2
votes
0answers
27 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 ...
4
votes
1answer
39 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 ...
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
80 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
50 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] - ...
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 ...
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 ...
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 ...
-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. ...
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 ...
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 ...
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". ...
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
64 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: ...
-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 ...
-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, ...
-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 ...
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 ...
0
votes
0answers
19 views

Markdown “add hyperlink” button seems to mess with code [duplicate]

While adding hyperlinks to this question, it was pointed out that the code block was being updated. You can see this when you look at the revision history. It seems to get confused when it tries to ...
15
votes
1answer
116 views

URLs are linked despite being inside a code span

Markdown source: `http://google.com` - `http://google.com` - `http://google.com` Rendered result: http://google.com http://google.com http://google.com Note that the third code span is ...
4
votes
1answer
190 views

Is this intended (* in chats)

It is stated in the stackoverflow FAQ: http://chat.stackoverflow.com/faq#formatting *italic* or _italic_ **bold** or __bold__ so when I type three * followed by a word followed by another three * I ...
2
votes
1answer
107 views

Allow “title” attribute in allowed html <tags>

title is a Global HTML Attribute applicable to any HTML <tag> with the purpose of adding some 'extra information' to the contents of that tag. When used it's rendered as a tooltip with the ...
1
vote
1answer
48 views

Triple backquote for code snippets [duplicate]

I find the 4 space indentation to include code snippets unnecessarily difficult to use. Typically, when you copy and paste some code it requires manually reformatting each line (unless there's some ...
31
votes
0answers
84 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 ...
1
vote
1answer
40 views

Formatting Returned Errors on Stack Overflow Questions

How should one format returned errors or console messages in a question on Stack Overflow? Recently I ran into a PHP question that had an error as a code block: PHP Warning: ...
8
votes
0answers
98 views

Markdown in careers.stackoverflow.com cover letters

One of the things I love about the Stack Exchange sites is how pervasive Markdown is. You can literally use it almost everywhere. Heck, I'm using it right now, as I type this. So, you can imagine my ...
24
votes
1answer
292 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 ...
1
vote
1answer
54 views

How can I write nested code on a nested list with markdown? [duplicate]

I need to write a nested code block on a sub element of a list. My list look like 1. element 1 1. element 2 1. element 3, this has subelements 1. sub element 1 1. sub element 2 this one ...
10
votes
3answers
114 views

How to post comment with multiple spaces in it?

I know how to do that in question or answer post. But how do I write a comment post which contains multiple spaces? I want to write this in a comment: print ("string") I tried: Using ``, but ...
1
vote
0answers
18 views

tag:* links incorrectly when using Save And Copy Profile To All Stack Exchange Accounts

The css tag in my Stack Exchange profile links to different sites depending on where it's being viewed: Profile on StackOverflow: [tag:CSS] => http://stackoverflow.com/questions/tagged/css ...
7
votes
0answers
45 views

Bold/italics inside link uses too many *'s [duplicate]

Consider a post like this: It's called a [Horizontal Rule][1]... [1]: https://developer.mozilla.org/en-US/docs/HTML/Element/hr If I wanted to italicise the H and R, I'd change that to: It's ...
10
votes
0answers
98 views

Markdown parser does not recognise all valid URL paths

Hyperlinks which contain any of the dollar symbol $, the asterisk symbol * or the apostrophe/single-quote symbol ' cause various things to break: http://foo.com/$bar produces http://foo.com/$bar1 ...
6
votes
2answers
73 views

How do I include backtick ( ` ) characters inside of an inline code block on this site?

How do you write a backtick character inside of an inline code block? Given the following SQL which requires backtick characters: $sql="SELECT * FROM `my-table` LIMIT 1"; When I try to write it in ...
3
votes
0answers
33 views

Bug in markdown rendering when only diffs are whitespace

This suggested edit diff looks very wrong when showing the markdown. The rendered output diff is fine, though. It almost seems as though it has prioritsed matching one part of the text including the ...
14
votes
1answer
135 views

Blockquote rewrap destroys code

I've seen too many newbies hit the "quote" button instead of the "code" button while posting. This is much worse than if they just left the code inline, because the quote button rewraps all the text ...

1 2 3 4 5 14