The markdown comment editor now supports auto-surround. Select some text and press a code/markdown character to wrap the selection in that character instead of replacing it, for example select text, press `, and get `text`.
Supported wrappers: `, *, _, ~, ", ', and the bracket pairs (), [], {}, <>.