We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00591e6 commit b566515Copy full SHA for b566515
src/library/tools/R/RdHelpers.R
@@ -189,11 +189,10 @@ function(x)
189
Rd_expr_bibcite_keys_cited(NULL)
190
}
191
y <- sort(unique(bib[bib$key %in% keys]))
192
- paste(sprintf("\\if{html}{\\out{<span id=\"reference+%s\">}}%s\\if{html}{\\out{</span>}}",
+ paste(sprintf("\\if{html}{\u2060\\out{<span id=\"reference+%s\">}}%s\\if{html}{\\out{</span>}}",
193
string2id(unlist(y$key, use.names = FALSE)),
194
toRd(y)),
195
- collapse =
196
- "\\if{html}{\\out{</p>}}\n\n\\if{html}{\\out{<p>}}")
+ collapse = "\\if{html}{\\out{</p>}}\n\n\\if{html}{\\out{<p>}}")
197
198
199
Rd_expr_bibcite_keys_cited <- local({
0 commit comments