From 6936df82bbc79870fe9c61479e848a0cfbe6f1a0 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 8 Mar 2015 18:31:57 -0300 Subject: Hot fix #227. Add "-" to allowed chars in raw links --- sx-question-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-question-print.el b/sx-question-print.el index 634b66d..f257e45 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -436,7 +436,7 @@ E.g.: (group-n 4 (and (and "http" (opt "s") "://") "" (>= 2 (any lower numeric "_%")) "." - (>= 2 (any lower numeric "/._%&#?=;")))))) + (>= 2 (any lower numeric "/-._%&#?=;")))))) "Regexp matching markdown links.") (defun sx-question-mode--process-markdown-in-region (beg end) -- cgit v1.2.3