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

learn more… | top users | synonyms

0
votes
1answer
123 views

Tool or utility to auto format Stack Overflow posts?

I may not be very knowledgeable about this but I am really curious about knowing any tool or utility available for PC to format Stack Overflow posts. I am asking this question because I have seen that ...
16
votes
0answers
106 views

Adding a new link to a post messes up the code already present in the post

In an answer, I was adding some links to the documentation, after I wrote some PHP code. As result, the code was altered. Take as example the following code. if (isset($item['load_functions'][1]) ...
5
votes
0answers
48 views

Improving bounty messages [duplicate]

I just offered a bounty¹ and feel like the displayed message could be a lot improved: No formatting support ?! (bullet points, please…) I cannot edit the message : so much for typos, the missing ...
12
votes
1answer
146 views

Please put the information about how to escape backticks in the main syntax help page

I am fully aware that the information about how to escape backticks in inline code is on this page: http://daringfireball.net/projects/markdown/syntax#autoescape But since backticks are so commonly ...
-3
votes
1answer
478 views

Add link to windows 8 store app [duplicate]

Possible Duplicate: Links with URIs of schemes other than http/https are broken I can't add link to windows store app, since MS is using the ms-windows-store: protocol. For example this ...
1
vote
0answers
28 views

Escaping @ syntax in comments [duplicate]

Possible Duplicate: How can I use @ signs in comments without invoking comment replies? What is the syntax to refer to "@word" in a comment without it being interpretted as a reply as a ...
5
votes
1answer
77 views

Blockquotes in a list break blockquotes after the list

I noticed an answer over on The Workplace that had a blank blockquote at the bottom of it. When I went to edit, I saw that there was nothing after the end of the text to cause it. And the actual ...
1
vote
1answer
53 views

Why can't I format my code in this answer? [duplicate]

Possible Duplicate: How to nest code within a list using markdown http://stackoverflow.com/a/13169659/57135 I know how to format code, but can't get it to work in this answer. Not sure ...
1
vote
0answers
51 views

Markdown editor does not handle code correctly in lists

Note that this is not complaining about the fact that 8 spaces are needed for code in lists. It is complaining that the editor doesn't seem to respect this. As Markdown specifies, 8 spaces are needed ...
1
vote
1answer
42 views

Why is this markdown for a link not showing properly?

The Stack Exchange (Personal Productivity) markdown right here is showing literally rather than as a named link. Don't know why.
0
votes
0answers
28 views

Trouble adding hyperlinks in the SO editor when they contain parenthases [duplicate]

Possible Duplicate: Links to URLs containing parentheses Notice that only the last link is functional. Raw: http://dbpedia.org/page/D_(programming_language) ^ SO's URI regex fails to ...
1
vote
1answer
34 views

Is “edit” markdown in the comments a bug or a feature?

I wrote a comment to a question asking the OP to edit his question with more details (link to my comment). Since the OP is a relatively new member with no editor badge, I phrased my comment as "Click ...
2
votes
2answers
127 views

<a> Links to URLS with square brackets in don't work

Creating an a href link to a URL which contains square brackets causes Stack Overflow to ignore the link. According to this post, there were similar problems in markdown, but I can't see this ...
1
vote
1answer
43 views

`\` isn't rendered correctly in comment area? [duplicate]

Possible Duplicate: Post `\` or `\\` in a comment I just found that \ cannot rendered correctly (without highlight around it) in comment area. When I'm leaving a comment in THIS question. ...
0
votes
1answer
165 views

How to escape the angled brackets (“<”, “>”) in a code block?

Writing a question including a C code in a <pre><code> block, I found out that in my #include lines the header names are not displayed when using the standard <name.h> convention. ...
3
votes
2answers
69 views

Why are image links by the editor not inline?

I see that image links have the URL at the bottom, which may confuse new users, and has become a minor nuisance at Ask Ubuntu, leaving unhandleable (due to the URL being lost) problems. Is the ...
2
votes
1answer
48 views

Tag markdown links to the question list, but the help claims it links to the tag info

The faq#tags says The tag will automatically be linked to the corresponding tag info page. But in a question I saw today on MSO gave tag-reference to symfony-2.0 SO tag, which was not linked to ...
8
votes
3answers
261 views

Is there a good way to represent file structure in a question/answer?

I'm always looking for the best way to represent a file structure on my posts. I roughly use this one : Project | +-- file 1 | +-- dir 2 | | | +-- file 2.1 | +-- dir 3 | | | ...
1
vote
2answers
96 views

How can I prevent a hyperlink in my comment?

I just made a comment in Stack Overflow and made an example "yourdomain.com/yourpage.asp" which was automatically converted into a hyperlink. Unfortunately this hyperlink goes to some web hosting ...
6
votes
3answers
115 views

How can I italicize text that contain underscores? [duplicate]

Possible Duplicate: Bolding words that include an underscore doesn't work WMD unable to render markup inside words   I was writing an answer on StackExchange and found that when you use ...
3
votes
3answers
60 views

Markdown for literal [] in question/answer boxes?

In a Stackoverflow question/answer box, what is the markdown to render this, not as a code fragement, but in normal narrative text. myArray[2][1] The above is only shown in a code fragment, as that ...
3
votes
1answer
109 views

Markdown for literal '@'

How does one write... @name and @other ...in the comment feed, where the @ characters are meant as literals, not as markdown?
2
votes
2answers
69 views

Ordered list issue

I noticed a problem which appeared on this answer from Stack Overflow. In the answer there is an ordered list, and after the first item in the list there is a 'pre' tag. For some reason, even though ...
0
votes
0answers
38 views

Italic button in editor does nothing for partial words [duplicate]

Possible Duplicate: WMD unable to render markup inside words Bolding words that include an underscore doesn't work If in a Stack Overflow question or answer text area I write ...
2
votes
0answers
23 views

Italics and quotation marks in comments [duplicate]

Possible Duplicate: Using bold or italics in comments with single or double quotes does not work I've just tried to write a comment with a content like “foo and bar”. but failed to do ...
7
votes
1answer
152 views

Could you please put a link to the Markdown help in the SO faq?

It took me ages to find the excellent and comprehensive help for Markdown at http://meta.stackoverflow.com/editing-help. It's not in the SO faq, and it's referenced in very few of the questions tagged ...
11
votes
0answers
77 views

Link Shortcut for Wikipedia

Since this is the Summer of Love, in helping the newbies out I find myself linking to Wikipedia quite often (as they're usually woefully lacking in basic understandings of the topics they're asking ...
0
votes
1answer
61 views

Markdown link recognition w/o 'http://' [duplicate]

Possible Duplicate: Markdown support for URLs without a protocol Why does the Markdown engine used by SE require links to start with http://? It's a good practice, sure, but why not make ...
4
votes
1answer
79 views

Consecutive spoiler blocks (>!) are shown as blockquotes [duplicate]

Possible Duplicate: Paragraphs breaks are ignored inside spoilers The markdown >! a >! b >! c Will be shown as a blockquote with ! in front of it: ! a ! b ! c ...
-5
votes
3answers
130 views

Is there an easier way to paste code to stackoverflow for non-techies? [duplicate]

Possible Duplicate: How do I format my code blocks? I'm looking to ask a few questions, but, unless I want to individually indent 2000 lines of code with 4 spaces each, I'm not going to get ...
0
votes
1answer
61 views

Code markdown quirk? [duplicate]

Possible Duplicate: Why do code blocks sometimes not “show” properly? Code markdown seems to break down for this answer: The markdown itself looks OK: Did something change ...
6
votes
0answers
107 views

Please include how to quote backticks in inline code in Markdown editing help

I've seen this happen a few times: "code 'with' backticks (replace quotes with backticks!!!)" I also had to do some digging to find out for myself that the correct way to do this: code `with` ...
6
votes
4answers
156 views

What's the point in adding alt-text to an image?

When you add an image to a post via the helper bar, you get this: ![enter image description here][1] [1]: http://i.stack.imgur.com/ve8n0.png What purpose does the enter image description here text ...
5
votes
0answers
31 views

Include footnote notation in Markdown engine [duplicate]

Possible Duplicate: Markdown footnotes? The wonderful pandoc version of Markdown allows using footnotes via the [^1] or [^jama] notation. Footnotes can then be inserted at the end of the ...
9
votes
2answers
111 views

Quotes override list item numbers

Possible bug. Numbers after quote markdown get overridden Example (edit to see the problem): This is my first very important point This is a very interesting point This is my ...
0
votes
1answer
63 views

Why meta-tag shorthand is only for meta sites?

While I was reading the Markdown Editing Help, I found these lines: [tag:tagname] and [meta-tag:tagname] – link to the given tag's page. Link text is the name of the tag. meta-tag only works on ...
10
votes
0answers
59 views

Revision diff columns overflowing

I was editing a post, and I formatted the code better (markdown hates code with tab characters in it). When I was viewing the revisions (in source side-by-side diff mode), some of the lines were ...
-14
votes
1answer
86 views

Allow tweet embed

Would it be nice I believe that embedding a Tweet in a question/answer with Embedded Tweets feature would be a good way to make it clear you're quoting a tweet. As I saw some posts today that used ...
-7
votes
1answer
347 views

Asciidoc as a MarkDown alternative on StackOverflow

Title basically tells the idea. The idea came when I was at my Github site: I realized it allows a bunch of these simple markup languages to be chosen from. Is this purely impractical, way too much ...
3
votes
1answer
95 views

Auto-conversion to comment breaks syntax [duplicate]

Possible Duplicate: Certain links get broken when automatically converting trivial answers into comments I just wrote a single sentence answer to a post on meta, which was automatically ...
1
vote
3answers
101 views

How do I make part of a word bold using Markdown? [duplicate]

Possible Duplicate: Markdown handles inline bold text (within a word) incorrectly I'm trying to use the following Markdown to make just the "Overflow" part of "StackOverflow Meta" bolded: ...
0
votes
1answer
66 views

markdown can't handle tags with asterisks

On the main site, you can (for example) ignore tags using this notation [tag:foo*], which will ignore stuff tagged as foo but also foo-bar. The nice markdown highlighter for tags seems to have a ...
5
votes
0answers
60 views

Markdown to italicize Windows registry key [duplicate]

Possible Duplicate: Markdown italics with underscores look good in preview but not in answer When I try use Markdown to italicize this Windows Registry key, I can't seem to make it work... ...
1
vote
1answer
60 views

Shorthand links in posts as well as comments

I recently came across shorthand links in comments, like [faq], [meta] and [edit]. Obviously they help to circumvent the character length limit in comments, and you could just type them out in full ...
41
votes
1answer
346 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 ...
4
votes
2answers
154 views

How do I escape backticks surrounding an inline code block? [duplicate]

Possible Duplicate: How can the backtick character ` be included in code? How do I do something like this: `order` But within a `line? <-- as you see over here I was able to get the ...
7
votes
3answers
87 views

URL not handled correctly in Comments

I was answering this question and was trying to post following url in comments but everytime it failed - ...
-4
votes
2answers
111 views

Textile-style for numbered and bullet lists?

I typed a numbered list which generated them in numerical order. Now I want to displace the second point. I must now edit the numbers from the second onwards; change 2 to 3 and 3 to 4 and so on. 1. ...
2
votes
1answer
40 views

Missing newline after sublists in spaced lists

The following: * item * subitem * item * item Correctly formats to: item subitem item item However, if I want the list to be spaced by adding spaces after the entries, then the following: * ...
0
votes
1answer
76 views

How can I put a space at the end of an inline code block?

I'm trying to put "dir " in an inline code section, and `dir ` doesn't work. When I do this, the result looks like this: dir (no space at the end). How can I put a space at the end of an inline code ...

1 2 3 4 5 13