Skip to content
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

code-link option doesn't work with code-fold #298

Closed
maxdrohde opened this issue Jan 30, 2022 · 1 comment
Closed

code-link option doesn't work with code-fold #298

maxdrohde opened this issue Jan 30, 2022 · 1 comment

Comments

@maxdrohde
Copy link

When I set code-link: true and code-fold: true, the functions are linked to the documentation as intended, but they aren't hidden by the code folding, and the fold toggles don't do anything.

Example:

---
title: "code_link"
format:
  html:
    theme: simplex
    code-fold: true
    code-tools: true
    code-link: true
---

```{r}
hist(rnorm(50))
``

code_fold

@jjallaire jjallaire transferred this issue from quarto-dev/quarto-web Jan 30, 2022
@jjallaire
Copy link
Collaborator

Thanks for reporting this, should be fixed here: 60d6a76 (rebuilt the binaries so fix should be in the latest release as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants