#218 updated show_doc to not convert names in backticks to links - if the name is used as a parameter of the element passed to show_doc.
This means that you can backtick a module or function name in the doc string of a function and
- it will be formatted as code (not converted to a link)
- if the name is used as a parameter of the function.
I think it could be worth extending this behavior to the markdown following a show_doc call - as described here.
#218 updated
show_docto not convert names in backticks to links - if the name is used as a parameter of the element passed toshow_doc.This means that you can backtick a module or function name in the doc string of a function and
I think it could be worth extending this behavior to the markdown following a show_doc call - as described here.