Frontmatter
| id | 8920 |
| title | Feat: Implement Neo.component.markdown.VDom (VDOM-Native Parsing) |
| state | Closed |
| labels | staleaifeature |
| assignees | [] |
| createdAt | Jan 31, 2026, 3:12 PM |
| updatedAt | May 16, 2026, 6:46 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8920 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [x] 8921 Feat: Implement Neo.ai.Chat (Reference UI) |
| closedAt | May 16, 2026, 6:46 AM |
Feat: Implement Neo.component.markdown.VDom (VDOM-Native Parsing)
Closedstaleaifeature
Create a new Markdown component that compiles markdown source directly into a Neo.mjs VDOM tree, bypassing
innerHTMLand themarkedlibrary.Architecture:
{tag: 'p', cn: [{vtype: 'text', html: 'Hello'}]}).Benefits:
innerHTML.