Replies: 1 comment
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. Maybe a screen recording also to show exactly how to reproduce. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository. ````qmd
---
title: "Reproducible Quarto Document"
format: html
engine: knitr
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```

The end.
```` Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello,
My Setup:
Quarto 1.4.549
VS Studio Code 1.86.1
Quarto Extension v1.110.1
i have worked on several documents for a lecture and want the revealjs output. When i include the documents in one document, the footnotes break, probably because of the automatic numbering, which the visual editor sets (e.g. Text [^38] and the footnote [^38]: vgl. @North.2011, S. 16
When I use Footnotes with the syntax
^[footnote see @source.2023]
. , the editor directly transforms this into ongoing footnotes.Is it possible to disable the function in the visual editor?
Thanks in advance for answering my question :-)
Best Regards, Mario
Beta Was this translation helpful? Give feedback.
All reactions