RDoc markdown renders `\`
as <code></code>
.
This is because the markdown code is translated to <code>\</code>
, and the backslash just escapes the following close tag and the open tag becomes invalid.
Other implementations (Github markdown at least) renders it as code only contains a backslash, \
.