quarto preview does not work but quarto render works fine. #13052
Replies: 3 comments 5 replies
-
Could you share your example as plain text? Ensure it is small and reproducible. 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.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
I can! On my machine this example gives an error:
---
title: Calling genetic variants with **breseq**
description: Describe what the protocol does here.
author: Daniel Padfield
date: 10 07 2025
date-modified: "`r format(Sys.time(), '%d %B %Y')`"
date-format: long
categories:
- computational
format:
html:
toc: true
toc-depth: 5
code-overflow: wrap
standalone: true
embed-resources: true
---
# Outline
|
Beta Was this translation helpful? Give feedback.
-
About this issue, this is tracked at |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am writing some quarto documents at the moment and quarto preview was working fine, but is now breaking with the following error:
Weirdly quarto render of the same document works fine. File is attached. Is there something I am missing/doing wrong in my YAML header?
I am using Positron and quarto 1.7.32 on MacOS 15.4.1.
breseq.qmd.zip
Beta Was this translation helpful? Give feedback.
All reactions