-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In at least one setting, our context-detection mechanism for producing good error messages is failing. This is, specifically, a missing quote here:
Our parser, somehow, is convinced that the relevant opening quote happens 500 lines before it, and we end up with a pretty misleading error message.
Another one:
Finished `dev` profile [optimized + debuginfo] target(s) in 0.05s
Running `/Users/cscheid/repos/github/cscheid/kyoto/target/debug/quarto-markdown-pandoc -i ../../external-sites/stat479_fall2025/website/guides/plot_vertical_statsbomb.qmd`
Error: [Q-2-8] Unsupported Code Block Syntax
╭─[../../external-sites/stat479_fall2025/website/guides/plot_vertical_statsbomb.qmd:30:6]
│
21 │ {width=50% fig-align="center"}
│ ────┬────
│ ╰────── use a YAML block syntax in a comment with `|`.
│
30 │ ```{r initial-plot}
│ ┬
│ ╰── Quarto Markdown requires executable code block options in YAML.
────╯
Metadata
Metadata
Assignees
Labels
No labels