I'm not sure what the expected behaviour here is, but quoting a comment which contains a code block does not function as I would expect.
{F163415}
The comment in question is D9343#7.
I'm not sure what the expected behaviour here is, but quoting a comment which contains a code block does not function as I would expect.
{F163415}
The comment in question is D9343#7.
When we quote, we add > to the beginning of the text (that is: "greater than", "space"). For most rules this is fine, but the triple-backtick rule is sensitive to leading whitespace.
The best fix is probably to allow whitespace on a line before opening or closing triple backticks. Then "space space tick tick tick" would be a codeblock, but that seems reasonable, and will fix this issue.