aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index b5b7201..7244a6a 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -300,7 +300,7 @@ The comment is indented, filled, and then printed according to
(with-temp-buffer
;; We fill with three spaces at the start, so the comment is
;; slightly indented.
- (sx-question-mode--insert-markdown (concat " " .body_markdown))
+ (sx-question-mode--insert-markdown (concat " " (sx--squash-whitespace .body_markdown)))
(buffer-string))
;; Then we remove the spaces from the first line, since we'll
;; add the username there anyway.