Tagged Questions
3
votes
1answer
63 views
Markdown preview differs from final for `**` surrounding text with line breaks
The following Markdown from this question renders differently in different places:
**Edit:** **It seems there are differences between the two, and the + notation has restrictions that the ANSI join ...
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 ...
3
votes
1answer
72 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:
...
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.
11
votes
0answers
180 views
Style XML element in code block messes up syntax highlighting coloring [duplicate]
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
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:
...
