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 listings: render the callout #888

Merged
merged 1 commit into from
Oct 22, 2023
Merged

Conversation

kcarnold
Copy link
Contributor

The callout-note was showing up as part of the code example, which I don't think was what was intended.

The callout-note was showing up as part of the code example, which I don't think was what was intended.
@cscheid
Copy link
Collaborator

cscheid commented Oct 22, 2023

That's correct, thank you.

In case you found it because you were looking for this feature, do note the callout is now outdated, because there is a way to get filenames on executable listings on the 1.4 prerelease:

---
title: executable code listings
---

```{r}
#| label: fig-1
#| fig-cap: A test
#| lst-label: lst-1
#| lst-cap: The listing
plot(1:10)
```

See @fig-1 and @lst-1.

image

@cscheid cscheid closed this Oct 22, 2023
@cscheid cscheid reopened this Oct 22, 2023
@cscheid cscheid merged commit 670757b into quarto-dev:main Oct 22, 2023
1 check passed
@kcarnold kcarnold deleted the patch-1 branch October 28, 2023 14:15
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

Successfully merging this pull request may close these issues.

2 participants