branch: elpa/markdown-mode commit 13d26a6d4a02185a3801fc5cd7f0d2e4cd0ab6d7 Author: Tejasvi S Tomar <45873379+teja...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Fix typo --- markdown-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-mode.el b/markdown-mode.el index 9aef99e..c0e7bd0 100644 --- a/markdown-mode.el +++ b/markdown-mode.el @@ -8539,7 +8539,7 @@ or \\[markdown-toggle-inline-images]." ;; strip query parameter (setq file (replace-regexp-in-string "?.+\\'" "" file)) (unless (file-exists-p file) - (setq file (file (url-unhex-string file)))))))) + (setq file (url-unhex-string file))))))) (when (file-exists-p file) (let* ((abspath (if (file-name-absolute-p file) file