From 6f87989747e066e7949c4fb2b72b768428e09346 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sat, 29 Nov 2014 22:17:09 +0000 Subject: Clean 'display in code-blocks. Fixes #117 --- sx-question-print.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-question-print.el') diff --git a/sx-question-print.el b/sx-question-print.el index fb4d2e1..f49346b 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -425,6 +425,7 @@ font-locking." (goto-char beg) (line-beginning-position)) end))) + (put-text-property beg end 'display nil) (make-text-button beg end 'face 'markdown-pre-face -- cgit v1.2.3