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 ...
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, ...
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 ...
2
votes
0answers
23 views

Allow alternate list formatting [duplicate]

Possible Duplicate: Add parenthesis to period as an accepted list delimiter On Stack Exchange sites, I can write an ordered list as such: Item One Item Two Item Three … and expect it to ...
5
votes
0answers
32 views

Include footnote notation in Markdown engine [duplicate]

Possible Duplicate: Markdown footnotes? The wonderful pandoc version of Markdown allows using footnotes via the [^1] or [^jama] notation. Footnotes can then be inserted at the end of the ...
-1
votes
1answer
302 views

Markdown syntax for `<kbd>foo</kbd>`

Especially on websites like Ask Different, <kbd>foo</kbd> is used a lot to markup keys on a keyboard correctly. It would be super useful to have a simple Markdown syntax for it. There’s ...
95
votes
4answers
3k views

Implement ```-style Markdown code blocks

Currently, Stack Exchange’s Markdown parser only allows four-space indents to represent code blocks: // some code // another line of code GitHub Flavored Markdown and other Markdown implementations ...
0
votes
1answer
99 views

Add line numbers to code sections? [duplicate]

Possible Duplicate: Why are there no line numbers in the code listings? Please add line numbers to code sections. It will help when discussing the code.
3
votes
2answers
205 views

comment doesn't support multiple backticks code span

Quote from markdown syntax: To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters: ``There is a literal backtick (`) ...
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.