Frontmatter
| id | 8380 |
| title | Fix json5 rendering in NeuralLink guide |
| state | Closed |
| labels | bugdocumentationai |
| assignees | tobiu |
| createdAt | Jan 7, 2026, 2:55 PM |
| updatedAt | Jan 7, 2026, 2:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8380 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 7, 2026, 2:58 PM |
The
json5language tag is not supported byNeo.component.Markdown, causing the code block to render without highlighting. Replacing it withjavascriptallows for syntax highlighting of JSON with comments.