13
votes
2answers
139 views

Can't edit (a specific) post without script freezing

I'm trying to edit: BYTE to python C-Type structure Conversion Issue However, every time I click on edit, Firefox (16.0.1 - Ubuntu 12.10) hangs for about 10 seconds, then prompts the usual "debug ...
0
votes
0answers
67 views

Markdown does not recognise <pre> properly if </pre> is not in a separate line [closed]

While editing, sometimes things are not rendered correctly. The best in such a situation seems to be to cut the entire text away, and then paste it back. The following text used to produce that error. ...
8
votes
1answer
169 views

New Line in URL in Inline Link causes unexpected output

Providing a new line as the first character of a URL in an inline link causes unexpected ouput. Input [Invalid]( http://www.example.com) Expected Output [Invalid]( http://www.example.com) Or ...
1
vote
1answer
52 views

Unfiltered raw MarkDown shown in question summary

This question has a picture right at the start of it. This results in the raw Markdown being shown in the question summary (as illustrated). This Markdown needs to be filtered out. Thinking that I ...
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 ...
11
votes
1answer
187 views

HTML comment containing URL breaks if followed by another HTML comment

While fixing up a broken imgur link on StackApps, I noticed that a HTML comment in a post that contains a URL that Markdown might parse will break in the preview if that comment is followed by at ...
4
votes
1answer
58 views

Differences in preview-vs-live rendering with <!— language -->

I noticed that, while typing out a question, the <!-- language --> specifier caused different rendering in the question preview than when I published the question. Specifically, omitting the ...
4
votes
2answers
251 views

Can the </pre> tag start in a new line (possible previewer bug)?

How is the exact syntax of the <pre> tag? Can I put the closing </pre> tag on a new line? If I do, then the preview is completely messed up, but the final result is as expected. (I know ...
0
votes
0answers
26 views

Tag links doesn't work on preview pane [duplicate]

Possible Duplicate: Tags don't render in preview For example this text: Why tag links doesn't appear on preview? e.g. [tag:c#] Yield this preview:
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.
2
votes
2answers
64 views

Inconsistent handling of not-encoded URL in preview [duplicate]

Possible Duplicate: Hyperlink is shown incorrectly in SO post In the preview, the link below is displayed correctly (but is incomplete). After posting, it does not work any more. The ...
3
votes
3answers
170 views

Tags don't render in preview

The [tag:tagname] syntax is now supported in the post, but the preview doesn't recognize them and show them as plain text (i.e. instead of markdown, it is simply displayed as [tag:markdown] ).
0
votes
1answer
50 views

Inconsistent preview with unclosed <pre> tag

The following text: * Boo <pre> Zoo Is previewed as But rendered (at least on my Firefox) as
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: ...
2
votes
1answer
72 views

Not correctly closing the <sub> tag renders “correctly” in the preview zone but not in the actual text

If you open the <sub> tag and forget to close it in a question's text, it will render text as subscript in the preview zone, but not on the actual question's page. For instance, this text ...
3
votes
0answers
61 views

Bug in preview of ordered lists [duplicate]

Possible Duplicate: Discrepancy between the WMD preview and posted lists Consider the following Markdown code: 1. first * second * third In the client-side preview, this will be ...
1
vote
2answers
55 views

Answer preview and final formatting differ in the face of cross-paragraph inline HTML tags

There is a minor bug in formatting preview feature. In the following case, preview shows all text striked out (even text following the </s>), but final formatting doesn't allow cross-paragraph ...
2
votes
0answers
98 views

In the WMD preview, newline before closing </pre> might break preview in other parts of same post

This is the same effect as in Newline before closing </pre> might break formatting in other parts of same post. However, that Markdown bug made both the preview and the final results be rendered ...
2
votes
1answer
40 views

Preview displays as expected, but actual post cuts text out

In this answer, the second code block cuts off half way through. If you click to edit the answer, the full code block (and a third one) is there, and displays fully as expected in preview pane.
7
votes
2answers
132 views

Markdown of numbered list with some hyphens doesn't work as expected in preview

I was editing http://stackoverflow.com/questions/2053029/ so the unordered list in the question was numbered to better correspond with the answer. I changed the first list item from a '-' to '1.' and ...
1
vote
1answer
29 views

Multiple <pre> blocks are not rendering correctly

http://serverfault.com/questions/100656/how-to-determine-which-nic-data-traffic-is-using/100658#100658 My answer has two <pre> blocks in it. The first one came out OK, the 2nd one looks funky in ...
1
vote
2answers
149 views

Inline code breaks link text SO Markdown renderer

Reposted from this answer The following markdown breaks: ![`<b>`Testing something](http://stackoverflow.com/content/img/so/logo.png) It renders.. <b>Testing something" title="" /> ...
0
votes
2answers
90 views

Images are not displayed properly

I'm having trouble adding two image links as images to an answer of mine. You can track my edits to see the attempt. I can see images at edit preview but when I save it, the images are not displayed ...
1
vote
1answer
70 views

Bug: Italic text not working properly [duplicate]

Possible Duplicate: Markdown italics with underscores look good in preview but not in answer Example: ...
0
votes
1answer
178 views

What I see is NOT what I get! Why not? [duplicate]

Possible Duplicates: inconsistency rendering ** in markdown Preview should match the posted view Simple. In a Q I wanted to mark part of a path name as italic. This path: C:\Documents ...
0
votes
2answers
199 views

preview vs post linking difference

Vaguely related to: Links to URLs containing parentheses This is likely to do with encoding URLs for safety, but here's a case that works in the preview and the rollover title is "Speakers" ...
6
votes
2answers
825 views

Markdown italics with underscores look good in preview but not in answer

This answer of mine has some italicized words containing underscores in the first line. These look good in the preview, but in the answer they appear non-italicized with surrounding asterisks. Is ...