r-lib / downlit

Syntax Highlighting and Automatic Linking
https://downlit.r-lib.org
Other
90 stars 22 forks source link

href_topic() return NA if topic length > 1 #138

Closed zkamvar closed 2 years ago

zkamvar commented 2 years ago

If R interprets a BASH query with ? and * wildcards as an R expression, then it will parse it as help as shown in #137

This fixes #137 by exiting href_topic() if the length of the topic is greater than 1

hadley commented 2 years ago

Thanks!