rdoc
rdoc copied to clipboard
RDoc & markdown: backquoted methods should be linked like unquoted ones.
I think the following doc should ideally generate the same HTML:
### Example doc
Call Hash#transform_values to achieve something cool
Call `Hash#transform_values` to achieve something cool
Currently the backquoted version will not link to the Hash#transform_values method.