Frontmatter
| id | 8381 |
| title | Fix json code block highlighting in MainThreadAddons guide |
| state | Closed |
| labels | bugdocumentationai |
| assignees | tobiu |
| createdAt | Jan 7, 2026, 2:58 PM |
| updatedAt | Jan 7, 2026, 3:04 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8381 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 7, 2026, 3:04 PM |
In
learn/guides/fundamentals/MainThreadAddons.md, there is ajsoncode block that uses comments (//). This causes rendering issues with the custom Markdown component. It should be updated tojavascriptto support comments and ensure correct highlighting.