Skip to content

Commit

Permalink
add no whitespace after option
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Sep 10, 2024
1 parent 3472da5 commit d4729fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/external_link.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ external_link <- function(href, link_text, add_warning = TRUE) {
href = href,
link_text,
target = "_blank",
rel = "noopener noreferrer"
rel = "noopener noreferrer",
.noWS = "after"
)
}

0 comments on commit d4729fd

Please sign in to comment.