Variable: markdown-uri-types

markdown-uri-types is a customizable variable defined in markdown-mode.el.

Value

("acap" "cid" "data" "dav" "fax" "file" "ftp" "geo" "gopher" "http"
 "https" "imap" "ldap" "mailto" "mid" "message" "modem" "news" "nfs"
 "nntp" "pop" "prospero" "rtsp" "service" "sip" "tel" "telnet" "tip"
 "urn" "vemmi" "wais")

Documentation

Link types for syntax highlighting of URIs.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-uri-types
  '("acap" "cid" "data" "dav" "fax" "file" "ftp"
    "geo" "gopher" "http" "https" "imap" "ldap" "mailto"
    "mid" "message" "modem" "news" "nfs" "nntp"
    "pop" "prospero" "rtsp" "service" "sip" "tel"
    "telnet" "tip" "urn" "vemmi" "wais")
  "Link types for syntax highlighting of URIs."
  :group 'markdown
  :type '(repeat (string :tag "URI scheme")))