Questions about how Markdown is processed and rendered by the system.

learn more… | top users | synonyms

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 ...
7
votes
1answer
205 views

Link with double-underscored word in URL renders incorrectly

While reviewing http://stackoverflow.com/q/3139601/212218#3139749 I noticed that the URL that was posted as one of the answers looked weird to me: ...
4
votes
0answers
88 views

Spacing in nested list is different from regular spacing [duplicate]

Possible Duplicate: Spacing oddity between lists when lists are found consecutively Why is the spacing here so small compared to the rest of the answer? Is it a bug?
0
votes
2answers
30 views

Markdown bug on “source” element?

While editing this response, I noticed that some of the poster's code had not rendered. Specifically, the <source> tag and its closure did not render when the code was left-justified. Once I ...
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
15
votes
1answer
158 views

Spacing oddity between lists when lists are found consecutively

Markdown: 1. Item 1 1. Item 2 1. Item 3 1. Item 4 1. Item 5 Now outputted as: Item 1 Item 2 Item 3 Item 4 Item 5 The visual gap after item 3 appears to be an error. If I stick anything ...
0
votes
1answer
99 views

Add line numbers to code sections? [duplicate]

Possible Duplicate: Why are there no line numbers in the code listings? Please add line numbers to code sections. It will help when discussing the code.
14
votes
3answers
260 views

Does the spoiler markdown work on images?

In an answer, I tried to use the spoiler markdown to hide an image. (It wasn't offensive, but it was unappetizing which seems worthy of hiding on Seasoned Advice.) But the image seems not to be ...
1
vote
1answer
576 views

Inline code markdown is handled differently in questions/answers and comments

In questions/answers, to put backticks within my inline code I have to enclose the whole thing in double backticks. ``cd `brew --prefix` `` In comments I can escape backticks with backslashes. I ...
3
votes
2answers
107 views

Markdown highlights JavaScript comments incorrectly

The comments above and below jquery(document)... are rendered incorrectly. Here's a screenshot of the original page:
2
votes
2answers
299 views

List bullet missing with code block as the first paragraph of a list (Chrome 12)

With a code block as the first paragraph of a list item, the list bullet goes missing in Chrome 12. With this markdown Ordered list: 1. <pre><code>test</code></pre> ...
7
votes
0answers
309 views

Blockquote CSS styling

The styling of blockquotes is somewhat sub-optimal This is blockquoted As you can see, there is some extra space at the bottom of the block quote. The reason is this: blockquote { ...
4
votes
3answers
485 views

Cannot escape square closing bracket in inlined code in comment links

Fundamentally, I want to create this link in a comment and have it go to the right place: String(byte[],Charset) source: ...
1
vote
0answers
66 views

Markdown preview inconsistent with result [duplicate]

Possible Duplicates: Formatting bug causing code to not show up Unbalanced blank lines after inline HTML comments might break formatting Language hint for code markup renders differently on ...
0
votes
0answers
60 views

Language hint for code markup renders differently on edit preview versus question page [duplicate]

Possible Duplicate: Formatting bug causing code to not show up I have edited this answer and the result renders fine in the editing preview. However, when I save the edit, the code is ...
3
votes
1answer
71 views

Lining things up in the editor — disparity between preview and post

Yes I know I am being a bit nitpicky, but I like things lined up in neat little rows, damnit. In the preview it looks great: but on the post it lines up according to the editor, not the preview: ...
2
votes
1answer
307 views

Colons in hashtag portion of URL are improperly encoded

According to this answer: We now encode any colons at position 7 or greater, which are not followed by 2 or more numbers. Unfortunately this breaks links to URLs such as this one: ...
5
votes
1answer
68 views

Revision history shows links where it shouldn't

I just removed a link from what I think was a spam post. In the revision history, the second revision erroneously links a number of paragraphs as a result.
11
votes
3answers
899 views

Attempting to space out multi-level lists causes mis-alignment of child elements

Say I'm entering a list, like so: * Item 1 * SubItem 1a * SubItem 1b * Item 2 * SubItem 2a * SubItem 2b As you'd expect, this results in: Item 1 SubItem 1a SubItem 1b Item 2 SubItem 2a ...
0
votes
0answers
44 views

HTML comment immediately before list handled differently between C# and JS renderer [duplicate]

Possible Duplicate: Unbalanced blank lines after inline HTML comments might break formatting Source: <!-- please keep this list updated! ---> * 1 * 2 * 3 The JS renders: ...
1
vote
0answers
29 views

Wrong bracket parsing for comment citations that are also links

[[recursion](http://meta.stackoverflow.com/questions/84379/wrong-bracket-parsing-for-comment-citations-that-are-also-links)] is rendered correctly in a question: [recursion], but in the comment below ...
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 ...
6
votes
1answer
681 views

Why is mini-markdown working in some of my comments, but broken in others?

I just noticed today that the mini-markdown on some (though strangely not all) of my comments is broken. I know for a fact that when I left them, everything was rendered just fine. In particular, I've ...
3
votes
2answers
202 views

comment doesn't support multiple backticks code span

Quote from markdown syntax: To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters: ``There is a literal backtick (`) ...
5
votes
1answer
93 views

[tag:example] syntax not working?

This seems to be broken across SE. For instance this recent meta post and this one on Ask Ubuntu meta. In places where it "already was" the formatting continues. (Example) Here's the ...
3
votes
1answer
86 views

PHP version of the markup used for the stackexchange?

Is there a php version of the markup used for the stackexchange, more info on the mark up at Stackoverflow's Markup.
3
votes
1answer
325 views

Unbalanced blank lines after inline HTML comments might break formatting

Not a big issue as this won't happen often, if ever again. (But it just scared me a lot when I messed up the Recent feature changes to Stack Exchange with this revision.) The following does not ...
11
votes
0answers
175 views

Style XML element in code block messes up syntax highlighting coloring

If you put some XML in a code block (by indenting by 4 spaces) and one of the tags is <Style> it will mess up the syntax highlighting of the generated result. This works: <Style2 ...
1
vote
1answer
55 views

Wrong font family in question footer (tags/signature)

There is something about this question that is messing up the formatting on the page. It seems that something with a fixed-width style is carrying over into the question footer: I scanned the ...
1
vote
0answers
52 views

Links in answer editor appear correctly in preview, but not in the answer [duplicate]

Possible Duplicate: Hyperlink is shown incorrectly in SO post I my answer I attempt to link to a page in the Oracle Java documentation. The URL of the link is: ...
3
votes
0answers
73 views

Links in comments have problems when adjacent to punctuation [duplicate]

Possible Duplicate: Comment links fail when next to non-whitespace I was trying to add a link to a comment here, using the [link title](link URL) format, but it seems to be broken next to ...
0
votes
1answer
92 views

Why can't I link to a specific method in the Java API? [duplicate]

Possible Duplicate: Links to URLs containing parentheses I'm having trouble posting links to the Java documentation. Specifically, I'd like to link "Math.pow" to ...
5
votes
1answer
141 views

Italics markup not working in comments

If I enter the following mark-down source: “*blah*” into a question or answer, then it works, but in a comment it doesn’t. The asterisks remain literal and don’t turn into italics.
0
votes
0answers
162 views

Markdown parsing bug: Code block inside numbered list [duplicate]

Possible Duplicate: Markdown formatting bug with code blocks in lists Consider the following Markdown input: 1. Blah void Main() { Line 1 Line 2 ...
1
vote
1answer
642 views

Problem with <pre> in markdown

Have a look at this question: http://stackapps.com/questions/1181/ Now hit edit and look at the preview. Doesn't match, does it? Edit: Yes, I am aware that I didn't close the <pre> tag. Repro ...
1
vote
0answers
58 views

Markdown formatting bug, code-tag not closed [duplicate]

Possible Duplicate: The case of the bleeding monospace font! See this answer: http://stackoverflow.com/questions/1042902/most-elegant-way-to-generate-prime-numbers/1072205#1072205 Somehow ...
8
votes
4answers
214 views

Comment links fail when next to non-whitespace

Parens, outside Input: ([text](http://example.com) Result: ([text](example.com) Expected: (text Brackets, inside Input: [[text]](http://example.com) Result: [[text]](example.com) Expected: [text] ...
0
votes
1answer
27 views

comments overlapping and widening page [duplicate]

Possible Duplicate: Post Overflow So you guys solve this problem with word wrapping. However I notice in the comments of this post the text makes the page go wider and overlap the related ...
2
votes
2answers
110 views

Nested <pre> blocks appearing in a question

Here's a problem (at least it seems like a problem) I noticed in the first couple revisions of this question. Based on experiments shown below, when I include within a <pre> block lines that ...
1
vote
1answer
320 views

Markdown <del> is a little buggy - works nice on preview, not so much when it's done

If you need a reference, this is where I got to notice the issue. I'm not sure this should be posted as a new question, and I understand the preview not matching the post is a very well known issue, ...
0
votes
3answers
126 views

Example of broken MarkDown on Stackoverflow

Look in the CODE text for the answer by yonel: NSArray paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString documentsDirectory = [paths objectAtIndex:0]; ...
10
votes
0answers
118 views

Could <samp> support be added to stackoverflow?

Since stackoverflow already supports <kbd> for text input, it only makes sense to support the matching output from a program, <samp>, distinctly from the program <code> itself.
3
votes
2answers
167 views

Markdown rendering URLs with spaces

Consider the following text <code>[Collections#sort][1]</code> [1]: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collections.html#sort(java.util.List, java.util.Comparator) It ...
3
votes
2answers
152 views

Post preview breaks URLs with square brackets

The markdown editor breaks URLs that have a [] in them in the post preview. For example: Test link the URL is: http://www.example.com?array[]=item1 it works fine in the final result, though, so ...
16
votes
3answers
594 views

Really weird (bad, confusing) version diff

Check out this page from Server Fault. This is a really weird and confusing render of the version diffs. I imagine it is a Markdown problem - diff of answer on Server Fault. The weird ...
4
votes
1answer
99 views

Code section in markdown behaving differently

In my answer to this question, I am using the code tag to outline two lines. $temp = $t->course(); $courses[$t->CourseNumber] = $temp->CourseName; the code looks fine in the preview, but ...
2
votes
1answer
70 views

Code rendering bug on closing XML literal

There's a small bug on rendering markdown visible in this answer and copied here.The following seems to work just fine: val schemaXml = <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> ...
1
vote
1answer
179 views

bulleted list in cv markdown

Is it me or does the markdown in the cv editor not support a bulleted list? I tried to add one in the responsibilities section for a previous employer and it doesn't render with bullets. The edit box ...

1 2