is there an option to turn off hyperlinks for specific custom crossrefs? #11458
Answered
by
cscheid
d-morrison
asked this question in
Q&A
-
DescriptionI was hoping I could apply ---
title: "supplemental figures - no crossref"
format:
docx:
echo: false
crossref:
custom:
- kind: float
key: suppfig
reference-prefix: Figure S
ref-hyperlink: false
space-before-numbering: false
---
See @fig-one and @suppfig-two:
::: {#fig-one}
```{r}
#| fig-height: 2.5
plot(pressure)
```
Pressure
:::
::: {#suppfig-two}
```{r}
#| fig-height: 2.5
plot(cars)
```
Cars
::: Output:
So it appears we can only turn off all crossref hyperlinks or none. Any chance there's a solution that I'm missing? |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Nov 15, 2024
Replies: 1 comment 1 reply
-
Not currently, no. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
d-morrison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not currently, no.