Skip to content

Render bold and emphasis as plain bold/italic#86

Merged
bbatsov merged 1 commit into
masterfrom
feat/plain-bold-italic-faces
Jun 11, 2026
Merged

Render bold and emphasis as plain bold/italic#86
bbatsov merged 1 commit into
masterfrom
feat/plain-bold-italic-faces

Conversation

@bbatsov

@bbatsov bbatsov commented Jun 11, 2026

Copy link
Copy Markdown
Owner

adoc-bold-face and adoc-emphasis-face inherited adoc-gen-face, which tints the text with the function-name color - and since that face is itself bold, _emphasis_ came out bold-italic. asciidoc-mode and the wider ecosystem (markdown-mode, org-mode) render these plain.

Drop the tint so switching between adoc-mode and asciidoc-mode isn't jarring. Titles and other adoc-gen-face users are unaffected. Anyone who preferred the tint can customize the two faces back.

adoc-bold-face and adoc-emphasis-face inherited adoc-gen-face, tinting
bold and emphasized text with the function-name color (and, since that
face is itself bold, emphasis came out bold-italic). asciidoc-mode and
the wider ecosystem (markdown-mode, org-mode) render these plain. Drop
the tint so switching between adoc-mode and asciidoc-mode is less
jarring; titles and other adoc-gen-face users are unaffected.
@bbatsov bbatsov merged commit 9857e72 into master Jun 11, 2026
8 checks passed
@bbatsov bbatsov deleted the feat/plain-bold-italic-faces branch June 11, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant