We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vignettes/test/rendering.Rmd L16-L18 If we change those to
Nay[^footnote] [^footnote]: Including **footnotes** with embedded code: ```r 1 + 2 ``` 😢
then it stops working with
Error in vapply(footnotes, FUN.VALUE = character(1), function(x) { : values must be length 1, but FUN(X[[1]]) result is length 3
pkgdown/R/tweak-tags.R
Line 156 in ae7363f
The text was updated successfully, but these errors were encountered:
Allow footnotes to have rich content (#2043)
20fe33a
Fixes #2042 Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
Successfully merging a pull request may close this issue.
vignettes/test/rendering.Rmd L16-L18
If we change those to
then it stops working with
pkgdown/R/tweak-tags.R
Line 156 in ae7363f
returns a length-3 vector instead of length-1
The text was updated successfully, but these errors were encountered: