You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The strike-through face appears in a different size than the default font in markdown-view-mode. After customizing markdown-strike-through-face with the following code in my theme.el:
The strike-through face appears in a different size than the default font in markdown-view-mode. After customizing markdown-strike-through-face with the following code in my theme.el:
(custom-theme-set-faces 'erik
'(markdown-strike-through-face ((t (:strike-through "#fbffb1"))))
)
The font appears with right strike-through color but in a different size than the default font (I have made my default face font larger than default).
Expected Behavior
In markdown-view-mode, size of strike thorugh text should be the same as default font as it should inherit attributes from the default face.
Actual Behavior
The font appears with right strike-through color but in a different size and font than the default face when in markdown-view-mode.
Steps to Reproduce
Customize markdown-strike-through-face and see how it doesn't inherit properties from default face in markdown-view-mode.
Software Versions
markdown-mode 2.7-Alpha
emacs 29.3
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: