-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconsider use of internal ref() function #418
Comments
I haven't checked what's happening with the current version of quarto/downlit, but in the past the inline code chunks (using a single backtick) were not processed/linked. Did that change? |
As far as I can tell, yes. Tried it in a local Not sure when you checked the last time, but quarto integrates downlit but RMarkdown/bookdown didn't (out of the box). Maybe the appropriate option wasn't set before? |
AFAICT we would have two different styles of links and R6 objects are not linked (r-lib/downlit#140). Maybe we just stick to |
Ah, fair point. I was hoping we could spare ourselves some homebrewery, but I agree. |
I tried that during the move to |
In some cases like
`r ref("resample()")`
, the resulting output is functionally identical to the output thatdownlit
already generates when`resample()`
is encountered in the text.I'm wondering if the overhead is worth it, given that we're working around/on top of
downlit
for questionable benefit.The
ref()
helper provides more functionality, yes, but in the simplest case I'd argue it's not worth it.The text was updated successfully, but these errors were encountered: