+1
Under review
Preserve indentation white space when posting comments.
When I post indented code such as the following, the indentation should be preserved and for bonus points it should be in a monospace font, like traditional code sections:
key:
type: 'string'
stamp:
type: 'key'
Customer support service by UserEcho
We do support the Github style markdown for code blocks, so if you add a line with three back ticks above and below your code, it will be formatted as you want (with color coding).
You want to give it a try and see if this solves it for you?
Ok, that's a fair point. We'll take a look at our markdown renderer and review that rendering of whitespace.
I often have a code block and some text to go along with it to explain it. That might be difficult to automatically detect since this extra text could just be a row missing indentation. The way I have made this easier to work with is autohotkey's feature hotstrings (autotyping the ´´´ ´´´).