Questions about how Markdown is processed and rendered by the system.
11
votes
0answers
67 views
Add the “notranslate” class to code blocks
As pointed out in the question "How to make users aware that they're reading translated content?", some users navigate with auto-translation turned on. In principle I don't see it as a big problem, ...
10
votes
0answers
99 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
...
10
votes
0answers
120 views
Could <samp> support be added to stackoverflow?
Since stackoverflow already supports <kbd> for text input, it only makes sense to support the matching output from a program, <samp>, distinctly from the program <code> itself.
7
votes
0answers
314 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 {
...
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:
...
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 ...
5
votes
0answers
45 views
Can we have additional padding on nested lists?
The padding in nested lists when using blank lines for spacing has always driven me crazy.
I understand that this is because the contents of the list item are simply wrapped in <p> and that's ...
5
votes
0answers
46 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:
...
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 ...
1
vote
0answers
29 views
Wrong bracket parsing for comment citations that are also links
[[recursion](http://meta.stackoverflow.com/questions/84379/wrong-bracket-parsing-for-comment-citations-that-are-also-links)] is rendered correctly in a question: [recursion], but in the comment below ...
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 ...
