From 3bf7373a67f86db0c080cef2d6e233d03cde614d Mon Sep 17 00:00:00 2001 From: Stephen Chu Date: Sat, 13 Jun 2026 17:38:33 -0500 Subject: [PATCH] docs: render mermaid diagrams on the Pages site The "gated pipeline" flowchart is already in the README as a ```mermaid block, but Jekyll/kramdown emits it as a language-mermaid code block that Mermaid does not pick up, so it rendered as raw text on the GitHub Pages site. Wire Mermaid.js into the custom layout: rewrite those code blocks to
 and run Mermaid on load.

Co-Authored-By: Claude Opus 4.8 
---
 _layouts/default.html | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/_layouts/default.html b/_layouts/default.html
index 8f69104..bf5b474 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -39,5 +39,21 @@ 

{{ page.description | default: site.description | de This page was generated by GitHub Pages. + + +