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
For context, see jrblevin/markdown-mode#273. A bug/feature/change in the latest release of markdown-mode causes a white background—blinding, for those using dark themes—for all inline code unless markdown-code-face is defined.
The simple fix is (set-face-attribute 'markdown-code-face nil :background nil); I am looking into adding that to eigengrau circa line 493.
The text was updated successfully, but these errors were encountered:
For context, see jrblevin/markdown-mode#273. A bug/feature/change in the latest release of markdown-mode causes a white background—blinding, for those using dark themes—for all
inline code
unlessmarkdown-code-face
is defined.The simple fix is
(set-face-attribute 'markdown-code-face nil :background nil)
; I am looking into adding that to eigengrau circa line 493.The text was updated successfully, but these errors were encountered: