Markdown (note the space after `\t`): ``` It defaults to `\r\n\t ` ``` Generated markup: ``` It defaults to <code>\r\n\t</code> ``` The whitespace got removed, although it should be protected because it's inside the code snippet.
Markdown (note the space after
\t):Generated markup:
The whitespace got removed, although it should be protected because it's inside the code snippet.