Skip to content

Commit

Permalink
Mark markdown-css-paths safe as a file local var
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasb committed Nov 16, 2024
1 parent 6f59f72 commit aa662df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ Math support can be enabled, disabled, or toggled later using
(defcustom markdown-css-paths nil
"List of URLs of CSS files to link to in the output XHTML."
:group 'markdown
:safe (apply-partially #'seq-every-p #'stringp)
:type '(repeat (string :tag "CSS File Path")))

(defcustom markdown-content-type "text/html"
Expand Down

0 comments on commit aa662df

Please sign in to comment.