LearnNewsExamplesServices
Frontmatter
id8382
titleFix Markdown code block styling to apply universally
stateClosed
labels
bugdesignai
assigneestobiu
createdAtJan 7, 2026, 3:11 PM
updatedAtJan 7, 2026, 3:14 PM
githubUrlhttps://github.com/neomjs/neo/issues/8382
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 7, 2026, 3:14 PM

Fix Markdown code block styling to apply universally

Closed v11.19.0 bugdesignai
tobiu
tobiu commented on Jan 7, 2026, 3:11 PM

The current CSS selector pre[data-javascript] in resources/scss/src/component/Markdown.scss is too specific, applying styles only to JavaScript code blocks.

It should be generalized to pre.hljs to ensure consistent border, radius, and padding for all supported languages (json, html, css, etc.) rendered by Neo.component.Markdown.

tobiu added the bug label on Jan 7, 2026, 3:11 PM
tobiu added the design label on Jan 7, 2026, 3:11 PM
tobiu added the ai label on Jan 7, 2026, 3:11 PM
tobiu assigned to @tobiu on Jan 7, 2026, 3:11 PM
tobiu referenced in commit b6c5976 - "Fix Markdown code block styling to apply universally #8382" on Jan 7, 2026, 3:14 PM
tobiu closed this issue on Jan 7, 2026, 3:14 PM