10
votes
3answers
171 views

Display loses <$fh> in code block, but shows it in preview

The following formatting causes the preview output to differ from the actual output. It contains the text <$fh>. The preview displays the <$fh> while it does not display in the actual ...
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 ...
7
votes
1answer
70 views

Header is not bold in edit preview

See edit here: http://scifi.stackexchange.com/posts/12229/edit Then see the final result: The ultimate question What is going on here?
7
votes
1answer
46 views

Unicode Entities are shown in preview, but not in the post

When editing a question and including entities like &#x25C1;, they are shown in the preview window. This applies both to hexadecimal entities only. However, in the final post, they're not ...
6
votes
1answer
54 views

Tag previews are not working

Sometime in the last day or two I've noticed the tag previews no longer show up. Previously, I'd be able to type in tags and see the tags show up underneath, allowing me to double-check my tag ...
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 ...
0
votes
0answers
59 views

Bullets don't work right under headings [duplicate]

Possible Duplicate: Incorrect Markdown preview of list items after a header The first Markdown bullet under a heading doesn't actually appear as a bullet in the preview when writing/editing ...
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 ...
19
votes
1answer
311 views

Implement (e.g.) <!— language: lang-css --> in preview

Okay, so we've got Interface options for specifying language prettify implemented now, which is fantastic! There's a little bitty problem, though: As it stands, this doesn't work right in previews. ...
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: ...
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: ...
2
votes
1answer
74 views

Preview of automatic titles for raw links is limited to 30 URLs

While editing the long FAQ, I noticed that many automatic titles of raw links are not shown in the preview. On page load I see a single XHR that, for example, includes question id 11740. But 11740 is ...
2
votes
1answer
110 views

Formatting bug causing code to not show up [duplicate]

Possible Duplicate: Unbalanced blank lines after inline HTML comments might break formatting In this post: Formatting Sandbox the preview shows code (stuff indented 4 spaces), while the ...
4
votes
1answer
49 views

Links to URLs with square parentheses are not formatted in the preview, but rendered on the site

Example: My posts in the minecraft tag Source: [My posts in the minecraft tag][1] [1]: http://gaming.stackexchange.com/search?q=user:23+[minecraft] The link is not rendered by the js ...
17
votes
1answer
248 views

Format code as code in the review preview

This is what I mean: When you are in SO/review as you know you can see answers like this: The problem I have is when I see this, I think the code is NOT properly formatted. So I click on show ...
1
vote
1answer
52 views

Can the nomination preview have the same width as the real nomination?

When editing posts, I always try to get a good form which improves readability. However, the preview box of the nomination has a different width compared to the nomination itself... Eg. This results ...
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] ).
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 ...
2
votes
2answers
96 views

Hyperlink is shown incorrectly in SO post

In this SO post, the hyperlink is shown incorrectly in my browser (Firefox 3.6.10, WinXP SP3): Interestingly enough, it is displayed correctly in the editor preview:
7
votes
1answer
179 views

Display comment formatting options and preview

I browsed through many discussions on comment formatting and there doesn't seem to be one suggesting both. I suggest showing the available formatting options on the side on the comment box, or at ...
1
vote
1answer
52 views

Links not rendering correctly in question edit preview [duplicate]

Possible Duplicate: Links to URLs with square parentheses are not formatted in the preview, but rendered on the site Just a small bug with links rendering in question edit preview Edit ...
0
votes
0answers
46 views

Weird indentation in question preview [duplicate]

Possible Duplicate: In question lists, some of the question body previews wrap strangely I'm pretty sure "this" shouldn't be there. Pun intended. Oh and this is the question: ...
2
votes
1answer
67 views

HR Height not matching the markdown preview

Apologies if this is a dupe, I couldn't find it. The <hr> styling for the preview and the actual posts doesn't quite match up, there's an extra style affecting the preview: form hr{border:1px ...
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 ...
8
votes
2answers
173 views

Discrepancy between the WMD preview and posted lists

Mixing unordered lists and ordered lists gets you a list that follows the first list element to decide if it is an ordered or unordered list on the preview, but on the resulting post, you get a ...
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
1answer
39 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
44 views

Preview display of editor on SO shows embedded underscore in name turning italics on but actual display doesn't

This is an old chestnut - but it is silly that the preview display is not in synch with the main display and I ran across it again. The mismatch makes it hard to be confident that what you are seeing ...
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: ...
8
votes
4answers
114 views

clicking on the preview box when trying to click on the edit box

Am I the only one who constantly finds myself looking at the preview text instead of the edit text and trying to click to edit it? When I only have text in the edit box, the edit box and the ...
1
vote
3answers
92 views

Layout quirk on questions page - Preview/summary displacement [duplicate]

Possible Duplicate: Strange formatting on questions page Take a look at the following screenshot of a question snippet: The layout quirk is that the end of the question summary/preview ...
1
vote
3answers
86 views

Increasing size of Question Edit region

The Problem I've got my monitor in portrait mode and when I'm editing a question, I seem to gravitate towards the preview and start trying to click around to edit it. That's a Newbie Mistake I'm ...
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
198 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" ...
2
votes
1answer
152 views

Markdown preview does not support link definition names that are the same as Array function names

I happened to be writing an entry and noticed that there was something odd about using the link definition name reduce. The preview updates fine until I enter the last e of reduce, then nothing ...
6
votes
2answers
824 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 ...