rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

RDoc & markdown: backquoted methods should be linked like unquoted ones.

Open marcandre opened this issue 5 years ago • 0 comments

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.

marcandre avatar Dec 23 '20 06:12 marcandre