Variable: markdown-literal-faces
markdown-literal-faces is a variable defined in markdown-mode.el.
Value
(markdown-code-face markdown-inline-code-face markdown-pre-face
markdown-math-face markdown-url-face
markdown-plain-url-face
markdown-language-keyword-face
markdown-language-info-face
markdown-metadata-key-face
markdown-metadata-value-face
markdown-html-entity-face
markdown-html-tag-name-face
markdown-html-tag-delimiter-face
markdown-html-attr-name-face
markdown-html-attr-value-face
markdown-reference-face
markdown-footnote-marker-face
markdown-line-break-face markdown-comment-face)
Documentation
A list of markdown-mode faces that contain literal text.
Literal text treats backslashes literally, rather than as an
escape character (see markdown-match-escape).
Source Code
;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defvar markdown-literal-faces
'(markdown-code-face
markdown-inline-code-face
markdown-pre-face
markdown-math-face
markdown-url-face
markdown-plain-url-face
markdown-language-keyword-face
markdown-language-info-face
markdown-metadata-key-face
markdown-metadata-value-face
markdown-html-entity-face
markdown-html-tag-name-face
markdown-html-tag-delimiter-face
markdown-html-attr-name-face
markdown-html-attr-value-face
markdown-reference-face
markdown-footnote-marker-face
markdown-line-break-face
markdown-comment-face)
"A list of markdown-mode faces that contain literal text.
Literal text treats backslashes literally, rather than as an
escape character (see `markdown-match-escape').")