The `%` needs to be escaped once for the Rd, but the `\` should only occur once, not twice in the link text. Current behavior ```r #' [magrittr::\%>\%] ``` ``` \link[magrittr:\\%>\\%]{magrittr::\%>\%} ```