Tagged Questions
-3
votes
0answers
41 views
Horizontal divider not rendered by — [closed]
For some reason, the second horizontal separator (before "To count arguments…") isn't getting rendered in my question Can macros be overloaded by number of arguments?
I can't reproduce the bug ...
6
votes
0answers
49 views
Consecutive lists of different types are nested
Given the following Markdown:
- Unordered Item 1
- Unordered Item 2
- Unordered Item 3
1. Ordered Item 1
2. Ordered Item 2
3. Ordered Item 3
The second list will be nested under the first list:
...
1
vote
0answers
42 views
Markdown bug in comments with ` ` [duplicate]
I just tried to write this comment:
You could use $arr = explode(' ', $str); to split $str by . Then you could do the same on = to get your key->value pairs.
But it chokes on and formats like ...
2
votes
1answer
78 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
...
4
votes
1answer
72 views
12
votes
1answer
63 views
Link text over 70 characters fail to render in comments
I was trying to make a comment like this
When you are banned from asking questions then you should read
[what-can-i-do-when-getting-sorry-we-are-no-longer-accepting-questions-answers]
...
7
votes
0answers
87 views
Markdown parser does not recognise all valid URL paths
Hyperlinks which contain any of the dollar symbol $, the asterisk symbol * or the apostrophe/single-quote symbol ' cause various things to break:
http://foo.com/$bar produces http://foo.com/$bar1
...
4
votes
1answer
130 views
Why is this last line of C++ code not formatted as code? [duplicate]
In Mark Wilkins' answer to Counter not giving the expected result, he has some c++ code that looks like this:
if (i == var4)
{
cout << "\n Armstrong number " << counter ...
8
votes
1answer
124 views
Mangled Markdown leads to unclosed italics in Chrome
A question was posted on Stack Overflow with this Markdown source:
Write a program to print the following pattern:
* * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* ...
4
votes
0answers
50 views
Weird MarkDown bug - Text not presenting in source is added [duplicate]
The bad formatting in this question How do I prevent data overlaps in my current Java code? triggers weird rendering in the text (of the preview and the main post). Nothing seems to be out of place in ...
3
votes
0answers
42 views
Some links not visually highlighted on mobile [duplicate]
In the mobile version, certain links appear in the same way as regular text, but they still can be selected as a link.
Take the first paragraph of this answer. In full-site rendering, the link for ...
7
votes
1answer
40 views
Links in comments are broken on the new “about” page
It looks like the [text](url) link markup is not parsed (correctly) in comments shown on the fancy new "about" page. As pictures speak more than a thousand words, here's a screenshot from ...
2
votes
0answers
46 views
Italicisation does not work with trailing period in chat [duplicate]
Possible Duplicate:
Markdown in chat fails for multi-line messages
When I write _adj._ on a StackExchange post proper it gets italicised: adj.
When I do the same in chat, in a multi-line ...
2
votes
1answer
35 views
<b> within <pre> not visible on mobile and windows; although fonts are present
Within <pre>, the tag <b> is visually ignored on the mobile version and on some Window-versions.
For reproduction read this answer. It contains many annotated programs (failure-slice). ...
3
votes
0answers
30 views
Have “copy” work correctly in suggested edit markdown diffs
I was doing a suggested edit review on Stack Overflow, and found an edit where the Question OP had accidentally put an edit in response to an answerer in the answer instead of the question. I copied ...
5
votes
0answers
45 views
Adding links to Google webfont sites is broken
this link is broken when adding it through clicking Hyperlink icon in the edit form.
If I instead paste the link directly as is, then it's working fine, like this:
...
5
votes
1answer
79 views
Italics and parentheses or brackets
I'm trying to make symbols italic, both in front and inside a bracket. So I wrote *foo*[*bar* + 1]. The system renders this as “foo[*bar* + 1]”, which at the time of this writing means ...
5
votes
1answer
77 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 ...
0
votes
0answers
42 views
Extra word created in the formatted output
I've noticed the following inconsistency (spotted here).
Screenshot:
I believe it is not expected to have the different word showing twice (instanced underlined with yellow) for the highlighted ...
26
votes
1answer
146 views
Images can be pushed outside the boundaries of a post by using nested lists
A
B
C
D
E
F
I don't even know. It just seemed weird.
Yes, I understand I could just avoid doing something like that. But the problem already exists with a single level.
Consider ...
0
votes
1answer
63 views
Answer not fully rendered
I noticed that part of this answer is not rendered.
It looks like
whereas the text box and the preview clearly show the full content:
~~ snip ~~
What is going on here?
0
votes
0answers
37 views
Bug in rendering when answer only contains a link? [duplicate]
Possible Duplicate:
Fail of markdown parser detected if _ are used in naked url
See this answer: Grocery CRUD not sorting or searching results and set_model values are not paginated
There ...
4
votes
1answer
63 views
Visited Hyperlinked code (backticks) in spoilers is not hidden
On Beta Stack Exchange sites, spoilered text is visible when it shouldn't be, when
the text is code (in backticks),
the text is part of a hyperlink,
and the hyperlink is visited
Example:
>! ...
1
vote
0answers
37 views
Stack Overflow code rendering bug [duplicate]
Possible Duplicate:
Answer Layout Bug in IE9/Chrome - Footer Encapsulated In Code Block
I was asked to post here because of a engine bug rendering a code snippet. My answer appears cut off ...
2
votes
1answer
55 views
Since when are URLs parsed inside an inline code block?
I just ran across this post which had been flagged for a broken link to example.com...
I'd like to see the `[Foobar](http://www.example.com)` URL markdown in comments.
That's all it is. For some ...
14
votes
1answer
122 views
`rel=“nofollow”` showing up in preview but not in output
I'm looking at this answer; in the markdown and preview you can see a piece of code rel="noattribute", like in the following screenshot.
It's not showing up in the rendered output.
6
votes
0answers
41 views
The leading for lists is too wide and/or is not adjustable on SE 2.0 sites
On Stack Overflow (and Meta.SO), the standard leading used with bulleted lists has minimal vertical space between each line. If you want to increase the leading, you can insert a space between the ...
3
votes
1answer
135 views
Markdown not appropriately rendering unordered list spoilers
A user in http://scifi.stackexchange.com/a/14928/1913 discovered that he couldn't create a spoiler unordered list, and I can't seem to either.
I can blockquote an unordered list without any real ...
1
vote
1answer
126 views
Display error when nesting <pre/> in <code/> elements
I have found an issue in this question: How to get list of values in GROUP_BY clause?
Check this out. I enter the following piece of HTML:
<code><pre>hello</pre></code>
It ...
3
votes
1answer
71 views
Markdown produces broken link
Input
The answer http://stackoverflow.com/a/415257/20394 includes the markdown
...for the GWT widgets themselves: [Source for RadioButtonTest][1]
...
[1]: ...
0
votes
0answers
78 views
Broken hyperlink rendered by Markdown (URL with underscores and hyphens) [duplicate]
Possible Duplicate:
The URL is altered when inserted into [name](url) notation
I have answered a question on SO and, as a follow up, I wanted to add a comment with this URL: ...
2
votes
1answer
68 views
Looks to be an obscure page rendering problem
This question looks to be written correctly, however the link that should read "this page" is extended to include all text in the question up to the next link. I can't see any error in the question, ...
4
votes
0answers
28 views
Tags and user icon are styled as code when the question ends with indented code [duplicate]
Possible Duplicate:
Code formatting bleeding into tags/user profile
This is a reincarnation of this bug.
In this question, the post ends with four-space indented code, and it bleeds into ...
-6
votes
1answer
131 views
Can't Seem to comment out a link
When testing out The HTML comment Length hack
and I was trying to make the Duplicate Link message a comment itself I came across this curious predicament:
This is the markup:
<!-- **Possible ...
7
votes
1answer
157 views
$ signs prevent code blocks from ending on MathJax-enabled SE sites
It looks like on StackExchange sites that have MathJax enabled, certain placements of $ characters inside code blocks can prevent the code block from ending.
Here's an example post where this has ...
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 ...
7
votes
1answer
205 views
Link with double-underscored word in URL renders incorrectly
While reviewing http://stackoverflow.com/q/3139601/212218#3139749 I noticed that the URL that was posted as one of the answers looked weird to me:
...
4
votes
0answers
88 views
Spacing in nested list is different from regular spacing [duplicate]
Possible Duplicate:
Spacing oddity between lists when lists are found consecutively
Why is the spacing here so small compared to the rest of the answer? Is it a bug?
0
votes
2answers
30 views
Markdown bug on “source” element?
While editing this response, I noticed that some of the poster's code had not rendered. Specifically, the <source> tag and its closure did not render when the code was left-justified. Once I ...
1
vote
0answers
43 views
Creating link to search query on StackOverflow in Markdown editor is incorrect [duplicate]
Possible Duplicate:
Hyperlink button breaks some URLs when automatically undoing URL encoding
I am running across this issue trying to post the following links in this question.
Basically, ...
7
votes
2answers
86 views
A [tag:foo] followed by a hyperlink breaks the world [duplicate]
Possible Duplicate:
New “[tag:” syntax interferes with Markdown links
[tag:foo] [a hyperlink][1]
Results in; foo [a hyperlink]1
Doh
15
votes
1answer
158 views
Spacing oddity between lists when lists are found consecutively
Markdown:
1. Item 1
1. Item 2
1. Item 3
1. Item 4
1. Item 5
Now outputted as:
Item 1
Item 2
Item 3
Item 4
Item 5
The visual gap after item 3 appears to be an error. If I stick anything ...
14
votes
3answers
259 views
Does the spoiler markdown work on images?
In an answer, I tried to use the spoiler markdown to hide an image. (It wasn't offensive, but it was unappetizing which seems worthy of hiding on Seasoned Advice.) But the image seems not to be ...
2
votes
2answers
299 views
List bullet missing with code block as the first paragraph of a list (Chrome 12)
With a code block as the first paragraph of a list item, the list bullet goes missing in Chrome 12.
With this markdown
Ordered list:
1. <pre><code>test</code></pre>
...
7
votes
0answers
309 views
Blockquote CSS styling
The styling of blockquotes is somewhat sub-optimal
This is blockquoted
As you can see, there is some extra space at the bottom of the block quote. The reason is this:
blockquote {
...
4
votes
3answers
484 views
Cannot escape square closing bracket in inlined code in comment links
Fundamentally, I want to create this link in a comment and have it go to the right place:
String(byte[],Charset)
source:
...
1
vote
0answers
66 views
Markdown preview inconsistent with result [duplicate]
Possible Duplicates:
Formatting bug causing code to not show up
Unbalanced blank lines after inline HTML comments might break formatting
Language hint for code markup renders differently on ...
0
votes
0answers
60 views
Language hint for code markup renders differently on edit preview versus question page [duplicate]
Possible Duplicate:
Formatting bug causing code to not show up
I have edited this answer and the result renders fine in the editing preview. However, when I save the edit, the code is ...
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:
...
2
votes
1answer
307 views
Colons in hashtag portion of URL are improperly encoded
According to this answer:
We now encode any colons at position 7 or greater, which are not followed by 2 or more numbers.
Unfortunately this breaks links to URLs such as this one: ...







