Which output does the speaker view support? #7947
Replies: 3 comments 10 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
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.
```` Note that this might be a Pandoc limitation that you might be able to work around by using raw HTML block (i.e., |
Beta Was this translation helpful? Give feedback.
-
Is this the slide called What exactly is the issue you encounter ? Thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks so much! So for that reason I would love to be able to set the output format per mermaid code block (e.g. override when needed). But I don't think that's possible. Do you know? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using Quarto to play scenarios in a role playing game a bit like D&D. Games consists of a preparing phase, three rounds and an evaluation phase.
Games are very open-ended meaning that anything can happen in a round and to support the DM running the game I want to show a mermaid diagram giving an overview of the most likely directions a game can go in the speakers notes.
Only problem is that it doesn't work :-)
I can't find any kind of overview on what data can be shown in the speaker notes or any kind of plugin for reveal.js that would allow this. So it probably doesn't exist.
Does anyone have any suggestions to what I can do to make this work? Is it even possible (for a non-programmer?).
Thanks in advance!
/klaus
Beta Was this translation helpful? Give feedback.
All reactions