Render Mermaid diagrams in the viewer - #15
Draft
davidmoshal wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #14
Summary
Root cause
Markdown recognized the fence, but the viewer emitted only a generic code block; no Mermaid runtime or attached-panel enhancement existed. Real-browser QA also caught that detached dynamic panels cannot safely render layout-dependent diagrams, so enhancement now runs after panel attachment.
Validation
pnpm test:cligo test -race -shuffle=on -count=1 ./packages/cli/...go vet ./packages/cli/...openknowledge validate WikiThe vendored Mermaid bundle is approximately 3.4 MB but is fetched only when a Mermaid fence exists. Its version, MIT license, and SHA-256 are recorded in the third-party notices.