jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
883 stars 160 forks source link

Never hide backslash escapes in fontified code blocks #836

Closed jimporter closed 1 month ago

jimporter commented 1 month ago

Description

Previously, if hiding markup and using native fontification of code blocks, backslash escapes could get hidden inside code. To fix this, we just need to mark markdown-code-face as a literal face.

Related Issue

766 (see the end of the discussion).

Type of Change

Checklist

syohex commented 1 month ago

Thanks

jimporter commented 1 month ago

Thanks for merging.