Frontmatter
| id | 8394 |
| title | Enhance Markdown Frontmatter Rendering |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 7, 2026, 8:28 PM |
| updatedAt | Jan 7, 2026, 8:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8394 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 7, 2026, 8:55 PM |
Enhance Markdown Frontmatter Rendering
tobiu assigned to @tobiu on Jan 7, 2026, 8:29 PM

tobiu
Jan 7, 2026, 8:55 PM
Input from Gemini 3 Pro:
✦ Enhanced frontmatter rendering with:
- Collapsible Section: Added
useFrontmatterDetailsconfig (default: true).- Smart Formatting:
- Arrays -> comma-separated list
- ISO Dates -> locale string
- URLs -> clickable links
- Booleans -> Check/Xmark icons
- Styling:
fit-contentwidth and consistent table styling.Committed in
c8ef5eb65.
tobiu closed this issue on Jan 7, 2026, 8:55 PM
Improve the visual presentation of parsed frontmatter in
Neo.component.Markdown.Features:
useFrontmatterDetailsconfig (boolean, defaulttrue). If true, wrap the table in a<details>tag with<summary>Frontmatter</summary>.publishedAt) into a readable locale string.httpinto clickable anchor tags.<details>tag should be collapsed by default.