When I use backticks to format a string as code (to use fixed width font), Mailspring does format the string as expected, but it appends a space after it. I think this is because you wanted to address the fact that when the space is not there (either not appended or removed by Backspace), the following characters will be also formatted as code.
Now I think that Mailspring (1) should not append that space (or insert anything else) and (2) the character that following the string formatted as code, should be in the format used just before code format (e.g. font: Sans Serif
; font size: Normal
).
I think a connected issue is the codeblock (using triple backticks): when I insert triple backticks at the beginning of a line, that line is formatted as codeblock (as expected). But when I paste in that line a multiline text copied from somewhere else, it create separate codeblocks for each and every line. Should be: one codeblock for the whole pasted text.
(Originally posted by tukusejssirs on GitHub.)