r-lib / downlit

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

Replace "curly" package names with plain text #158

Open maelle opened 2 years ago

maelle commented 2 years ago

Follow-up on #40

The behavior described in the README is not correct, but I think it'd be nice if it were.

`{not.an.installed.package.name}` 

should become

not.an.installed.package.name

instead of remaining

`{not.an.installed.package.name}`