Frontmatter
| id | 8920 |
| title | Feat: Implement Neo.component.markdown.VDom (VDOM-Native Parsing) |
| state | Open |
| labels | aifeature |
| assignees | [] |
| createdAt | Jan 31, 2026, 3:12 PM |
| updatedAt | Jan 31, 2026, 3:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8920 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [ ] 8921 Feat: Implement Neo.ai.Chat (Reference UI) |
Feat: Implement Neo.component.markdown.VDom (VDOM-Native Parsing)
Openaifeature
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.