Use fct() to enable auto-linking on pkgdown#119
Conversation
Codecov Report
@@ Coverage Diff @@
## master #119 +/- ##
=======================================
Coverage 48.85% 48.85%
=======================================
Files 18 18
Lines 1357 1357
=======================================
Hits 663 663
Misses 694 694 Continue to review full report at Codecov.
|
|
👍 Thanks |
|
Yes, this happens thanks to the downlit package. This is also somewhat similar the behaviour of roxygen2. [foo()] links the the function It's probably a good habit to use this syntax anyways as it helps the reader to make the difference between functions and other objects. |
No description provided.