Frontmatter
| id | 8516 |
| title | Enhance markdown rendering for ticket sub-issues |
| state | Closed |
| labels | enhancementaifeature |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 8:16 PM |
| updatedAt | Jan 10, 2026, 8:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8516 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 8:22 PM |
Enhance markdown rendering for ticket sub-issues
tobiu assigned to @tobiu on Jan 10, 2026, 8:21 PM

tobiu
Jan 10, 2026, 8:22 PM
Input from Gemini 3 Pro:
✦ I have implemented the custom
frontMatterToHtmlmethod inapps/portal/view/news/tickets/Component.mjs.The
subIssuesfield in the frontmatter is now detected and rendered specially:
- Each item is displayed on a new line.
- The issue ID (4+ digits) is converted into an internal link:
#/news/tickets/{id}.- Other frontmatter fields continue to use the default rendering logic.
Verified that this aligns with the routing logic in
MainContainerController.mjs.
tobiu closed this issue on Jan 10, 2026, 8:22 PM
Update
apps/portal/view/news/tickets/Component.mjsto custom render thesubIssuesfrontmatter field.#/news/tickets/{id}.