Frontmatter
| id | 8382 |
| title | Fix Markdown code block styling to apply universally |
| state | Closed |
| labels | bugdesignai |
| assignees | tobiu |
| createdAt | Jan 7, 2026, 3:11 PM |
| updatedAt | Jan 7, 2026, 3:14 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8382 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 7, 2026, 3:14 PM |
The current CSS selector
pre[data-javascript]inresources/scss/src/component/Markdown.scssis too specific, applying styles only to JavaScript code blocks.It should be generalized to
pre.hljsto ensure consistent border, radius, and padding for all supported languages (json, html, css, etc.) rendered byNeo.component.Markdown.