Frontmatter
| id | 8755 |
| title | Enhance LivePreview to Support Mermaid Diagrams |
| state | Closed |
| labels | enhancementdeveloper-experiencestaleai |
| assignees | [] |
| createdAt | Jan 17, 2026, 11:46 AM |
| updatedAt | May 2, 2026, 6:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8755 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 2, 2026, 6:34 AM |
Enhance LivePreview to Support Mermaid Diagrams
Closedenhancementdeveloper-experiencestaleai
To further unify the developer experience within the Portal and Documentation apps, we should extend the
Neo.component.code.LivePreviewcomponent to support Mermaid diagrams.Current State:
LivePreviewexpects JavaScript code that exports a Neo.mjs component or VDOM, which it then executes and mounts in the preview area.New Capability: Enable
LivePreviewto accept Mermaid diagram syntax.Implementation Strategy:
languageconfig or auto-detection).Neo.component.wrapper.Mermaidin the preview container and bind itsvalueto the editor content.Benefits: