LearnNewsExamplesServices
Frontmatter
id9506
titleImprove inline code styling within h1 tags in Markdown component
stateClosed
labels
enhancementai
assigneestobiu
createdAtMar 18, 2026, 10:53 AM
updatedAtMar 18, 2026, 10:55 AM
githubUrlhttps://github.com/neomjs/neo/issues/9506
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 18, 2026, 10:55 AM

Improve inline code styling within h1 tags in Markdown component

Closed v12.1.0 enhancementai
tobiu
tobiu commented on Mar 18, 2026, 10:53 AM

When using an inline code block inside an h1 tag within the Markdown component for the first time, the default font size is too large (1em) and inherited styling is missing, making it visually overwhelming compared to the heading text.

This issue implements an enhancement to scale the code font size down to .8em and inherit font-family and font-weight, while preserving the theme's specific code block text color for contrast (similar to the existing h2 and h3 rules).

tobiu added the enhancement label on Mar 18, 2026, 10:53 AM
tobiu added the ai label on Mar 18, 2026, 10:53 AM
tobiu referenced in commit 468bf02 - "style(Markdown): Add inline code styling within h1 tags (#9506)" on Mar 18, 2026, 10:54 AM
tobiu assigned to @tobiu on Mar 18, 2026, 10:54 AM
tobiu
tobiu Mar 18, 2026, 10:55 AM

Completed in 468bf024ca9b08b43036925c6c9290a192ce122c

tobiu closed this issue on Mar 18, 2026, 10:55 AM