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

learn more… | top users | synonyms

-2
votes
0answers
65 views

Horizontal divider not rendered by — [closed]

For some reason, the second horizontal separator (before "To count arguments…") isn't getting rendered in my question Can macros be overloaded by number of arguments? I can't reproduce the bug ...
6
votes
0answers
49 views

Consecutive lists of different types are nested

Given the following Markdown: - Unordered Item 1 - Unordered Item 2 - Unordered Item 3 1. Ordered Item 1 2. Ordered Item 2 3. Ordered Item 3 The second list will be nested under the first list: ...
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 ...
2
votes
1answer
78 views

Code immediately following a list does not format properly [duplicate]

Formatting breaks if code follows a list: List item List item This is in a code block This does not work as expected However, it works if between the list and the code List item List item ...
2
votes
2answers
27 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 ...
4
votes
1answer
72 views

Link working in preview but not on post

The following link: ...
12
votes
1answer
63 views

Link text over 70 characters fail to render in comments

I was trying to make a comment like this When you are banned from asking questions then you should read [what-can-i-do-when-getting-sorry-we-are-no-longer-accepting-questions-answers] ...
7
votes
0answers
87 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 ...
4
votes
1answer
131 views

Why is this last line of C++ code not formatted as code? [duplicate]

In Mark Wilkins' answer to Counter not giving the expected result, he has some c++ code that looks like this: if (i == var4) { cout << "\n Armstrong number " << counter ...
5
votes
0answers
44 views

Can we have additional padding on nested lists?

The padding in nested lists when using blank lines for spacing has always driven me crazy. I understand that this is because the contents of the list item are simply wrapped in <p> and that's ...
9
votes
1answer
137 views

Mangled Markdown leads to unclosed italics in Chrome

A question was posted on Stack Overflow with this Markdown source: Write a program to print the following pattern: * * * * * * * * * * * * * * * * * * * * * * * * * * * * ...
4
votes
0answers
50 views

Weird MarkDown bug - Text not presenting in source is added [duplicate]

The bad formatting in this question How do I prevent data overlaps in my current Java code? triggers weird rendering in the text (of the preview and the main post). Nothing seems to be out of place in ...
3
votes
0answers
42 views

Some links not visually highlighted on mobile [duplicate]

In the mobile version, certain links appear in the same way as regular text, but they still can be selected as a link. Take the first paragraph of this answer. In full-site rendering, the link for ...
1
vote
1answer
44 views

Link in answer editor appears correctly in preview, but not in the answer

Note: I know about the other bug marked duplicate, but this one is different. I was about to edit an answer to fix url syntax, but noticed that it was correct. Preview thinks it is correct, but ...
3
votes
1answer
53 views

If I write [edit] inside a comment, it creates a link to edit the question, why?

In this answer, I posted a comment (the 4th one in the comments list). I then made an edit, but I wanted to make sure that people see that there is an edit, so I wrote at the end of my comment [edit] ...
11
votes
0answers
62 views

Add the “notranslate” class to code blocks

As pointed out in the question "How to make users aware that they're reading translated content?", some users navigate with auto-translation turned on. In principle I don't see it as a big problem, ...
7
votes
1answer
40 views

Links in comments are broken on the new “about” page

It looks like the [text](url) link markup is not parsed (correctly) in comments shown on the fancy new "about" page. As pictures speak more than a thousand words, here's a screenshot from ...
2
votes
0answers
46 views

Italicisation does not work with trailing period in chat [duplicate]

Possible Duplicate: Markdown in chat fails for multi-line messages When I write _adj._ on a StackExchange post proper it gets italicised: adj. When I do the same in chat, in a multi-line ...
2
votes
1answer
35 views

<b> within <pre> not visible on mobile and windows; although fonts are present

Within <pre>, the tag <b> is visually ignored on the mobile version and on some Window-versions. For reproduction read this answer. It contains many annotated programs (failure-slice). ...
0
votes
1answer
43 views

How do I render a backtick enclosed in <kbd> tags?

The following line of Markdown isn't rendered the way I expect: Press the <kbd>`</kbd> key then type ``foo bar baz``. The actual HTML being rendered omits the <kbd> tags: Press ...
3
votes
0answers
30 views

Have “copy” work correctly in suggested edit markdown diffs

I was doing a suggested edit review on Stack Overflow, and found an edit where the Question OP had accidentally put an edit in response to an answerer in the answer instead of the question. I copied ...
2
votes
0answers
22 views

Allow alternate list formatting [duplicate]

Possible Duplicate: Add parenthesis to period as an accepted list delimiter On Stack Exchange sites, I can write an ordered list as such: Item One Item Two Item Three … and expect it to ...
5
votes
0answers
45 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: ...
0
votes
1answer
45 views

Italics markup is not working on Stack Overflow [duplicate]

Possible Duplicate: Bolding words that include an underscore doesn’t work How can I italicize text that contain underscores? In one of my Stack Overflow questions, *ParentReference ...
2
votes
0answers
48 views

Badge formatting [duplicate]

Possible Duplicate: Add badges to Markdown? Is is possible to display badges with markup similar to the tag formatting? legendary - [ tag : Legendary ] So something like ...
5
votes
1answer
79 views

Italics and parentheses or brackets

I'm trying to make symbols italic, both in front and inside a bracket. So I wrote *foo*[*bar* + 1]. The system renders this as “foo[*bar* + 1]”, which at the time of this writing means ...
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 ...
0
votes
0answers
42 views

Extra word created in the formatted output

I've noticed the following inconsistency (spotted here). Screenshot: I believe it is not expected to have the different word showing twice (instanced underlined with yellow) for the highlighted ...
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. ...
26
votes
1answer
146 views

Images can be pushed outside the boundaries of a post by using nested lists

A B C D E F I don't even know. It just seemed weird. Yes, I understand I could just avoid doing something like that. But the problem already exists with a single level. Consider ...
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 ...
0
votes
1answer
63 views

Answer not fully rendered

I noticed that part of this answer is not rendered. It looks like whereas the text box and the preview clearly show the full content: ~~ snip ~~ What is going on here?
0
votes
0answers
37 views

Bug in rendering when answer only contains a link? [duplicate]

Possible Duplicate: Fail of markdown parser detected if _ are used in naked url See this answer: Grocery CRUD not sorting or searching results and set_model values are not paginated There ...
4
votes
1answer
63 views

Visited Hyperlinked code (backticks) in spoilers is not hidden

On Beta Stack Exchange sites, spoilered text is visible when it shouldn't be, when the text is code (in backticks), the text is part of a hyperlink, and the hyperlink is visited Example: >! ...
1
vote
0answers
37 views

Stack Overflow code rendering bug [duplicate]

Possible Duplicate: Answer Layout Bug in IE9/Chrome - Footer Encapsulated In Code Block I was asked to post here because of a engine bug rendering a code snippet. My answer appears cut off ...
4
votes
2answers
183 views

Which type of markdown is Stack Overflow using? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? Precisely which type of markdown (afaik there are quite a few variants) and editor (the one I am typing in ...
2
votes
1answer
55 views

Since when are URLs parsed inside an inline code block?

I just ran across this post which had been flagged for a broken link to example.com... I'd like to see the `[Foobar](http://www.example.com)` URL markdown in comments. That's all it is. For some ...
14
votes
1answer
122 views

`rel=“nofollow”` showing up in preview but not in output

I'm looking at this answer; in the markdown and preview you can see a piece of code rel="noattribute", like in the following screenshot. It's not showing up in the rendered output.
6
votes
0answers
41 views

The leading for lists is too wide and/or is not adjustable on SE 2.0 sites

On Stack Overflow (and Meta.SO), the standard leading used with bulleted lists has minimal vertical space between each line. If you want to increase the leading, you can insert a space between the ...
-1
votes
1answer
294 views

Markdown syntax for `<kbd>foo</kbd>`

Especially on websites like Ask Different, <kbd>foo</kbd> is used a lot to markup keys on a keyboard correctly. It would be super useful to have a simple Markdown syntax for it. There’s ...
3
votes
2answers
68 views

Problem with numbered lists [duplicate]

Possible Duplicate: Code block is not properly formatted when placed immediately after a list item In my answer here, I wrote up a solution with step-by-step instructions. However, my ...
3
votes
1answer
136 views

Markdown not appropriately rendering unordered list spoilers

A user in http://scifi.stackexchange.com/a/14928/1913 discovered that he couldn't create a spoiler unordered list, and I can't seem to either. I can blockquote an unordered list without any real ...
1
vote
1answer
126 views

Display error when nesting <pre/> in <code/> elements

I have found an issue in this question: How to get list of values in GROUP_BY clause? Check this out. I enter the following piece of HTML: <code><pre>hello</pre></code> It ...
3
votes
1answer
71 views

Markdown produces broken link

Input The answer http://stackoverflow.com/a/415257/20394 includes the markdown ...for the GWT widgets themselves: [Source for RadioButtonTest][1] ... [1]: ...
0
votes
0answers
78 views

Broken hyperlink rendered by Markdown (URL with underscores and hyphens) [duplicate]

Possible Duplicate: The URL is altered when inserted into [name](url) notation I have answered a question on SO and, as a follow up, I wanted to add a comment with this URL: ...
2
votes
1answer
70 views

Looks to be an obscure page rendering problem

This question looks to be written correctly, however the link that should read "this page" is extended to include all text in the question up to the next link. I can't see any error in the question, ...
93
votes
4answers
3k views

Implement ```-style Markdown code blocks

Currently, Stack Exchange’s Markdown parser only allows four-space indents to represent code blocks: // some code // another line of code GitHub Flavored Markdown and other Markdown implementations ...
4
votes
0answers
28 views

Tags and user icon are styled as code when the question ends with indented code [duplicate]

Possible Duplicate: Code formatting bleeding into tags/user profile This is a reincarnation of this bug. In this question, the post ends with four-space indented code, and it bleeds into ...
-6
votes
1answer
131 views

Can't Seem to comment out a link

When testing out The HTML comment Length hack and I was trying to make the Duplicate Link message a comment itself I came across this curious predicament: This is the markup: <!-- **Possible ...
7
votes
1answer
157 views

$ signs prevent code blocks from ending on MathJax-enabled SE sites

It looks like on StackExchange sites that have MathJax enabled, certain placements of $ characters inside code blocks can prevent the code block from ending. Here's an example post where this has ...

1 2