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

learn more… | top users | synonyms

3
votes
1answer
150 views

Why can't Stack Overflow properly render a backward slash? [duplicate]

Possible Duplicate: Chat doesn't pass escaped parentheses and brackets literally If I type it in between these parentheses -> () the backward slash inside the parentheses is removed. ...
0
votes
2answers
83 views

What are text format magics in SO?

There are some text formats which help us to provide more readable answers,comments,questions but I learned them by Editing other answers, I don't know where is the source, for example: code style ...
10
votes
1answer
183 views

URL with dashes and underscores altered when inserted into [name](url) notation

So, this is the URL: http://code.google.com/p/es-lab/wiki/Talks#Changes_to_ECMAScript,_Part_2:_Harmony_Highlights_-_proxies_and When I insert the URL like so: [Title](URL) the last part of the ...
6
votes
2answers
155 views

How to write multiple spaces in the post?

I want to write multiple spaces in code say many spaces but I want to do this in code block ``. But in this case spaces are merged into one. I found this question but there is no ...
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... ...
9
votes
1answer
125 views

Allow “small” and “abbr” HTML tags [duplicate]

Possible Duplicate: Allow the <small> tag A long time ago Jeff posted about allowed HTML tags and also asked what other tags do we want allowed. In the answers to that question, some ...
3
votes
0answers
57 views

Two spaces are needed to create a link after a tag reference [duplicate]

Possible Duplicate: New “[tag:” syntax interferes with Markdown links A [tag:foo] followed by a hyperlink breaks the world For example, [tag:bug] [link][1] is formatted as ...
5
votes
0answers
74 views

literal carriage return character [duplicate]

Possible Duplicate: Why should users have to press Return twice to insert new lines? Apologies if this has been asked before (I can't find it, but that does not mean anything). I have been ...
0
votes
1answer
61 views

Edit revision: markdown source won't work?

On the revision page there is a button with <> on a little page. "show the markdown source side by side" I don't see any markdown there. As I understand, I should see there tags as in this post? ...
-3
votes
1answer
191 views

Markdown support for URLs without a protocol

If this does not classify as a bug (probably status-bydesign anyway), then I would like to present this as a feature-request for convenience when copy-pasting certain URLs. The [Title](URL) ...
4
votes
2answers
77 views

How valuable are images containing text, compared with markdown?

This morning, I updated this question to convert text contained in the embedded image to markdown: Is instruction pointer a program visible register? It seems to me that the text is more valuable in ...
0
votes
0answers
59 views

Markdown code block parsing fails after lists [duplicate]

Possible Duplicate: Code block is not properly formatted when placed immediately after a list item Code block parsing fails after lists: A B Contents List of Figures iii List of ...
0
votes
0answers
38 views

Emphasis doesn't work with underscore [duplicate]

Possible Duplicate: Bolding words that include an underscore doesn't work while editing some posts I found out, that emphasis doesn't work if there is an underscore in the sentence. ...
9
votes
3answers
259 views

> is closing html comments without a — delimiter

If I try to put something like this into a question or answer <!-- <br>s are important here --> the first > after the "br" is matched to the first < before the "!--", resulting in ...
6
votes
2answers
187 views

Bolding words that include an underscore doesn't work

Here's the screenshot of my experience with italic text over Stack Overflow. Basically it just wraps the word into asterisks and leaves it like this. Here on Meta I do not observe this bug.
-7
votes
2answers
164 views

Allow suppression of automatic linking of web addresses

As most of you know, putting a link into a post automatically makes it a link (e.g. http://localhost/) We can force the linkification with angle brackets (<http://localhost/>) if the markdown ...
1
vote
1answer
365 views

Why does the Markdown Sharp NuGet package lack PageDown (WMD)?

I am creating a new project which will utilize the open source project MarkdownSharp. Rather than downloading and compiling the bits myself I decided to use the MarkdownSharp NuGet package. I realize ...
18
votes
1answer
346 views

What markdown formatting features are available for Bounty remarks?

According to the community FAQ, backticks and inline links are available for the bounty remark. What other formatting features of Markdown are also supported on Bounty remarks?
3
votes
0answers
53 views

Backticks in readable markdown links should be stripped

I am frequently using readable links, e.g.: [James Gosling], working at [Sun] by that time, written the [`URL`] class. [James Gosling]: http://en.wikipedia.org/wiki/James_Gosling [sun]: ...
0
votes
2answers
539 views

Add #. option for ordered list markdown

The current markdown format for ordered lists is confusing for new users, especially when you go back and edit, switch or remove items. The example in the FAQ shows 1, 2, 7 and says it will be auto ...
1
vote
1answer
46 views

Stackapps.com API URLs not rendered as links

I was putting together a question on stackapps (quickly answered) asking about the new API filters. I wanted to link to some relevant API docs pages with the filters already specified, but it refused ...
8
votes
1answer
53 views

Formatting at the beginning/end of links in chat must be explicitly not nested

In chat and in comments, [*Felis catus* (domestic cat) Nucleotide BLAST](http://www.ncbi.nlm.nih.gov/ ...) results in *Felis catus* (domestic cat) Nucleotide BLAST not the expected ...
1
vote
0answers
29 views

Markdown confused by odd-ball URL? [duplicate]

Possible Duplicate: Link with double-underscored word in URL renders incorrectly I was trying to improve the appearance of SO question 'How to set ...
0
votes
0answers
49 views

Chat link syntax broken when pinging site mods [duplicate]

Possible Duplicate: Summoning moderators on chat doesn't work with markdown When using the sitename mods: message format in the TL chat, link formatting is broken. For example writting ...
7
votes
1answer
145 views

Image markdown breaks if the alt text contains a URL

Including a URL in the alt text for an image breaks it, as long as the URL is preceded by a space: Normal image Broken image http://meta.stackoverflow.com">
13
votes
1answer
100 views

What is the proper way to link to another answer on the same question?

Sometimes I'd like to link to another answer of the same question in my own answer. The simple way to do it is to copy the permalink of the answer and use that. However, that is likely to reload the ...
0
votes
0answers
61 views

Implementing some form of templating mechanism

In JavaScript answers using ES5 features: Warn or not?, user GGG commented: It would be great if SO had wiki-like templates for things like this, so you could just do {{ES5}} and be done with it. ...
-17
votes
1answer
303 views

Cannot use line break or code in comments. Editing help gives wrong information

When you write a comment the following text appears: Comments use mini-Markdown formatting: [link](http://example.com) _italic_ **bold** `code`. The post author will always be notified of your ...
5
votes
2answers
218 views

How can I write inline code ending in a backtick (`)?

How can I write inline code (e.g. in a comment) ending in a backtick, without adding an extra space at the end? I know that backticks can be included if the code is surrounded by double backticks, ...
-1
votes
2answers
80 views

Documentation links in Markdown

I'd like to propose a new feature for StackOverflow Markdown: documentation links. There are a couple problems with adding documentation links right now: Links can die, leaving them almost useless ...
2
votes
0answers
104 views

Add the ability to add emphasis to part of a word in markdown [duplicate]

Possible Duplicate: WMD unable to render markup inside words This question is a direct roll off of this one: Why do I have to hack to get a bold letter in a word? Basically in a post like ...
2
votes
2answers
286 views

Why do I have to hack to get a bold letter in a word? [duplicate]

Possible Duplicate: Markdown handles inline bold text (within a word) incorrectly See here: If I want to write Hello but only bold the H I can try: *H*ello Well that is weird.... ...
2
votes
1answer
120 views

Why is this markdown code block not rendering properly?

I've been trying to edit this SO question to get the two code blocks in the middle formatted as code, but for the life of me I can't. In the preview the first one gets half-formatted, but it's not ...
2
votes
0answers
32 views

Automatically add question title when link is pasted in a comment [duplicate]

Possible Duplicate: Replace links with the current question title in comments When a link to a question is pasted into another question, like so: ...
-9
votes
1answer
156 views

Treat tabs in Ruby as two spaces, not four

In How do you handle parameters & blocks when dynamically defining a method in Ruby? , code is being indented four spaces rather than the idiomatic two spaces, because the OP is using tabs. If ...
0
votes
3answers
55 views

Bug in online editor with xml?

Recently I was answering question with something like this ... In the xml file you want to link to your style.xslt use <?xml-stylesheet type="text/xsl" href="style.xslt"?> I had to ...
2
votes
2answers
46 views

Can't create a mark-down link when editing an existing answer

Since more than 6 characters need to change when editing an answer, I can't convert a textual link to a real link: Original Text More info: I've been looking at cocoahttpserver ...
7
votes
3answers
95 views

Weirdness with numbers in my post

Here is a screen shot from one of my recent posts. You can see inside the edit box after the or I've entered a "2." but in the preview display, and in the actual display on the page it turnend my 2 ...
3
votes
1answer
120 views

Angle brackets in image alt texts should be auto-encoded

For example if I try to link like this: ![image][1] It looks like this: But if I try this: ![image>you][3] It ends up jumbled: Ha! It seems as I have broken the html. This should be ...
0
votes
1answer
68 views

User interactions with answer posting textarea

When I try to make a particular word or sentence within the post answer text area Bold it looks like this: my first sentence But when I try to make more of the sentence bold, e.g.: my first ...
0
votes
2answers
228 views

markdown syntax

When using markdown you can enter a space at the beginning to get a nice block around your text. The following without a space would present a link: some link but the same syntax with a space in ...
2
votes
1answer
67 views

Have the “Code sample” button work around the “Code placed after a list item” bug

So I've read that code blocks not working after a list item thing is due to an ambiguity in the spec and this kind of makes sense, however there is no ambiguity in what the "Code sample" button means: ...
2
votes
2answers
791 views

Incomprehensible “Your post appears to contain code that is not properly formatted as code” error

I just tried to post a question containing the following text: I'm building a music app, which has an ongoing notification. I meet the text color problem of notifications: 1. On Galaxy S with ...
3
votes
1answer
82 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 ...
-3
votes
1answer
72 views

How to not get a blank line under a bold text?

If I hit enter or shift-enter after a bolded text and there's some text after that, I get a blank line. I don't want the blank line. I want the text to start at a new line without the extra new line. ...
3
votes
0answers
62 views

Paragraphs breaks are ignored inside spoilers

Paragraph breaks are interpreted inside block quotes: > Foo > > Bar Foo Bar ...but they aren't interpreted inside spoilers: >! Foo >! >! Bar I've tagged this as a ...
2
votes
1answer
148 views

Using bold or italics in comments with single or double quotes does not work

I just tried to comment multiple times on "November 2011 Moderator Election: Town Hall Chat (scheduled)". The intended comment was to be rendered as: not "maderator nominations" But instead, it ...
1
vote
0answers
43 views

Creating link to search query on StackOverflow in Markdown editor is incorrect [duplicate]

Possible Duplicate: Hyperlink button breaks some URLs when automatically undoing URL encoding I am running across this issue trying to post the following links in this question. Basically, ...
7
votes
2answers
86 views

A [tag:foo] followed by a hyperlink breaks the world [duplicate]

Possible Duplicate: New “[tag:” syntax interferes with Markdown links [tag:foo] [a hyperlink][1] Results in; foo [a hyperlink]1 Doh
0
votes
0answers
108 views

How to configure MarkdownSharp to html encode the < charater [closed]

I am using THE MarkdownSharp since I don't know if there's a more active, supported and proven than that one in the C#/.NET environment. I find myself having to do a couple of tweaks so I'm not sure ...

1 3 4 5 6 7 13