Variable: org-hide-emphasis-markers
org-hide-emphasis-markers is a customizable variable defined in
org.el.gz.
Value
nil
Documentation
Non-nil means font-lock should hide the emphasis marker characters.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-hide-emphasis-markers nil
"Non-nil means font-lock should hide the emphasis marker characters."
:group 'org-appearance
:type 'boolean
:safe #'booleanp)