Variable: markdown-ts--slug-github-strip-re
markdown-ts--slug-github-strip-re is a variable defined in
markdown-ts-mode.el.gz.
Value
"[][!\"#$%&'()*+,./:;<=>?@\\^`{|}~]"
Documentation
Punctuation stripped by GitHub's gh-slugger before hyphenation.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
;;; Fragment links:
(defconst markdown-ts--slug-github-strip-re
"[][!\"#$%&'()*+,./:;<=>?@\\^`{|}~]"
"Punctuation stripped by GitHub's gh-slugger before hyphenation.")