1
vote
1answer
47 views

left angle bracket in pre tag explodes formatter

I was trying to move the text in between the tables out of the code block in this question, but the preview refused. I have a table that has ID and ParentId, I would like display each ID with its ...
12
votes
2answers
132 views

Enable tab and shift + tab for code formatting

After some discussion on this question I decided to make a feature-request (or at least a discussion about it). It would be very nice to be able to use Tab and Shift+Tab to move code blocks (like in ...
-4
votes
2answers
76 views

Allow the creation of links in formatted code through markdown or the GUI

As pointed out in this answer it is possible to create a link in formatted code. But, only by using explicit HTML. Since I think creating a link to documentation within a code block is a fairly common ...
4
votes
2answers
119 views

Code button no longer unindenting like it used to?

As well as slightly different images for the vote counts on question the SO questions pages, the code button in the question editing doesn't seem to be unindenting like it used to do. Is it just me, ...
12
votes
0answers
90 views

Can we get a toggle button in the post editor that lets us use the Tab key to insert 4 Spaces?

Could we get a Toggle Button when writing a post that would make it so that the Tab key inserts Space x 4 instead of tabbing out of the TextBox? There are so many times when I'm writing an answer ...
-3
votes
1answer
58 views

Automatic code formatter (Ctrl+K) changes content

I've recently noticed a disturbing behavior of the code formatting shortcut (Ctrl + K) that seems to be completely invalid. It appears that applying Ctrl + K resulted in content change (which was ...
5
votes
1answer
97 views

Code is incorrectly wrapped when applying blockquote style

Often, I embed code snippets from other sites as actual block quotes (together with their explanation). Expected result Let's take this absolutely nonsense example. I want to see this output: If ...
19
votes
2answers
209 views

Allowing Ctrl+k in comments [duplicate]

Possible Duplicate: Formatting Keyboard Shortcuts for Comments I often use `keyword` (quotes around keywords) to highlight some keyword or phrase in comments. While the backticks work, ...
2
votes
2answers
198 views

Did the icon for code formatting change to curly braces?

Did the icon for CODE change to curly braces?
1
vote
3answers
62 views

Code formating without having to spacebar x4 before each line

Why can't I just enclose code in code /code tags? There must be something simpler than spacebar x4 in front of each line, no? #!/bin/bash echo ************************BEGIN ...
1
vote
1answer
191 views

“Inline code” button for the editor

I see bold and italics button but no inline code while it uses quite an uncommon syntax (back ticks, `` - the syntax is good, just not very obvious). It would be convenient to have this button. ...
7
votes
3answers
86 views

Add feature to WMD for re-aligning code blocks

Quite often I see code formatted like this in questions: foo bar hello If the code consists of sufficiently long lines, it ends up looking like this: ...