Linked Questions
16 questions linked to/from Markdown formatting bug with code blocks in lists
-5
votes
1
answer
153
views
Single line code formatting after list not working [duplicate]
Possible Duplicate:
How to nest code within a list using Markdown
Markdown formatting bug with code blocks in lists
In this answer the first line of code in the question is being displayed ...
0
votes
1
answer
273
views
Single whiteline gets doubled inside code block inside list [duplicate]
If you have a whiteline inside a code block, which is inside a list, it gets doubled. It doesn't matter whether you put eight spaces in that whiteline (allegedly to force it to be code).
If the ...
16
votes
3
answers
836
views
Really weird (bad, confusing) version diff
Check out this page from Server Fault. This is a really weird and confusing render of the version diffs. I imagine it is a Markdown problem - diff of answer on Server Fault.
The weird ...
7
votes
2
answers
2k
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 post ...
2
votes
4
answers
3k
views
How to post HTML text on Stack Overflow? [duplicate]
If I'm trying to post a question/answer on Stack Overflow, with some code that contains HTML text syntax inside, how do I do it nice with highlights. For example, I would like to post this line:
...
10
votes
2
answers
1k
views
Inconsistent/incorrect breaks/newlines in lists
When editing this answer, I noticed that placing breaks (blank lines) in lists (especially nested lists) is inconsistent (and possibly dependent on the current state of the JavaScript variables of the ...
8
votes
1
answer
337
views
Code after bulleted lists
Related (but not the same issue): Markdown formatting bug with code blocks in lists
Duplicate: Why is a code block not properly formatted when placed immediately after a list item?
The formatting ...
4
votes
2
answers
334
views
Code so bad it breaks the v-scroll twice
What is the most EVIL code you have ever seen in a production enterprise environment?
This answer has a code snipet (of purposefully bad code) that creates a double scroll (I guess it's a "div in a ...
15
votes
1
answer
293
views
URLs are linked despite being inside a code span
Markdown source:
`http://google.com`
- `http://google.com`
- `http://google.com`
Rendered result:
http://google.com
http://google.com
http://google.com
Note that the third code span is a link. ...
4
votes
2
answers
190
views
Is this how Markdown should be rendering code inside a list?
I believe the following example needs no explanation.
What is going on here?
Why would you do this?
(function() {
// Do Stuff
})();
3
votes
2
answers
144
views
Effect of * in quoted text not shown in preview but affected actual post
In my recent post, In quoted text of first special parameter description, The preview shows well:
But in actual post * effect cause inclined text:
So, Why preview!=actual of post? and How to fix it?
4
votes
2
answers
408
views
Empty lines in code samples inside lists are shown duplicated
If I put a code block in a list, a single newline in the source is displayed as two newlines in the rendered page:
Sample:
code here, single empty line following:
more code here
...
(The eight ...
4
votes
1
answer
194
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
There is a ...
0
votes
2
answers
176
views
Non-changed lines marked as edition
If you would look into the history of last revisions here, in the last revision by Peter Mortensen you'll see strange "changes" of lines into the absolutely same lines. Even twice. Is it a bug? Or I ...
2
votes
1
answer
120
views
Is it on topic to ask about how Stack Exchange implements a certain feature?
Is it on-topic over here (or any other SE site) to ask how Stack Exchange implements a certain feature?
For example, how do SE show 'linked questions' - do they make a 'note' in a database every time ...