diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 21:11:58 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 21:11:58 -0200 |
commit | 2f0c2c3d29e24873dbe9f66718e8478ed1472ca6 (patch) | |
tree | 90ba6f290e04a75a734fb615a58ab5a2c07d3a08 /sx-question-print.el | |
parent | 9356a6a039f0d8cf8d9f31e42e8007617c58577d (diff) | |
parent | 3855607ae779165e33f5f1834bedad42d1583971 (diff) |
Merge branch 'images' into print-question-without-temp-buffer
Diffstat (limited to 'sx-question-print.el')
-rw-r--r-- | sx-question-print.el | 2 |
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. |