We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb3519 + 808527a commit e90a7aeCopy full SHA for e90a7ae
jira-markup-mode.el
@@ -1086,7 +1086,7 @@ The location of the link component depends on the value of
1086
Spaces in NAME are replaced with `jira-markup-link-space-sub-char'.
1087
When in `gfm-mode', follow GitHub's conventions where [[Test Test]]
1088
and [[test test]] both map to Test-test.ext."
1089
- (let ((basename (jira-markup-replace-regexp-in-string
+ (let ((basename (replace-regexp-in-string
1090
"[[:space:]\n]" jira-markup-link-space-sub-char name)))
1091
(when (eq major-mode 'gfm-mode)
1092
(setq basename (concat (upcase (substring basename 0 1))
0 commit comments