Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .beads/issues.jsonl

Large diffs are not rendered by default.

827 changes: 827 additions & 0 deletions claude-notes/plans/2026-05-28-mermaidjs-engine-design.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added claude-notes/plans/bd-my0o5-preview-renders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion crates/quarto-core/src/engine/detection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use quarto_pandoc_types::ConfigValue;

/// Known execution engine names.
pub const KNOWN_ENGINES: &[&str] = &["markdown", "knitr", "jupyter"];
pub const KNOWN_ENGINES: &[&str] = &["markdown", "mermaidjs", "knitr", "jupyter"];

/// Result of engine detection.
///
Expand Down
Loading
Loading