Questions about the live Markdown preview of posts as they're being typed.
5
votes
1answer
168 views
Why do I get nice Erlang syntax coloring in preview but not in the rendered page after I post?
While I edit Erlang code there is nice syntax coloring shown in the preview.
Once I post, the rendered code is often only black on grey.
Example: Erlang pattern matching bitstrings
Counterexample: ...
1
vote
1answer
147 views
Formatting preview is not accurate for code blocks in numbered lists [duplicate]
Possible Duplicate:
Can the </pre> tag start in a new line (possible previewer bug)?
Edit this post and look at the preview. Note how the preview incorrectly shows that the following ...
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:
...
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 ...
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 ...
0
votes
0answers
92 views
Showing preview of Google Groups post links?
I wonder whether it would be feasible for the chat to show previews of google group post links (for links to usenet). Example:
...
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:
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 ...
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 ...
1
vote
0answers
25 views
Formatting weirdness of monospace block in preview
I noticed the following formatting error that only appears in the preview but not the final submit (sorry, no hand-drawn circles :P):
Notice the trailing ) after substring(). The code used is:
...
3
votes
3answers
121 views
Formatting error on answer preview of code
I noticed a strange formatting glitch in FireFox 3.6.12 when the preview for my answer contains code. Specifically, when the syntax highlighter kicks in on the preview, lines in a code block that ...
11
votes
0answers
176 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 ...
10
votes
5answers
130 views
Question and preview might be better side-by-side
Every time I post a question of sufficient length, I need to scroll down past the editor in order to see my question's preview. It might be more effective if the question and preview were side-by-side ...
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
3answers
85 views
What is the benefit of the question preview box?
What is the benefit of using the preview just below the question entry box? I don't see any.
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
180 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 ...
13
votes
3answers
202 views
Preview on the right please, optionally?
When posting a question with some code (or generally any question with more detailed description and some explaining) you have to do lots of scrolling when reviewing the changes. While there is huge ...
2
votes
2answers
110 views
Code boxes are one line
All the code boxes are appearing as 1 line to me. This:
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}
Appears thus:
#include <stdio.h> int main() { ...
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 ...
2
votes
2answers
70 views
URLs with ' are not recognized in preview window
Examples:
http://en.wikipedia.org/wiki/Two's_complement
two's complement
two's complement
The original Markdown was:
1. http://en.wikipedia.org/wiki/Two's_complement
2. [two's complement][1]
3. ...
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 ...
1
vote
1answer
77 views
bug report: preview doesn't match “the real thing”
Possible Duplicates:
Preview should match the posted view
preview vs post linking difference
In this page:
...
3
votes
0answers
28 views
Tab width in preview window and real question/answer differs [closed]
On Stack Overflow I edited this answer, because the code was indented by 8 spaces, which was too much too show the whole lines.
However, when I started editing, I saw the code indented only four ...
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 ...
0
votes
1answer
35 views
Preview section stops updating if you start typing, choose to cancel leave this page and continue writing
I noticed this today - start posting a new answer or a new question. Now close the tab, you'll get a prompt whether to leave the page or stay on it. Choose to stay on the page, and resume writing, ...
1
vote
2answers
149 views
Inline code breaks link text SO Markdown renderer
Reposted from this answer
The following markdown breaks:

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
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 ...
11
votes
1answer
68 views
Now that the “Return to question” link was removed, can we have a “original” question view while answering?
Summary:
Let me see the original question while answering.
Long version:
This is my pattern:
Click on "answer"
Open the original question in a new tab by clicking on "Return to original ...
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
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" ...


