From 4391a7f28dd66a5cd04f602fe241003aea6d8254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sun, 26 Oct 2014 12:16:18 +0100 Subject: [PATCH] hardwraps dropped --- src/notehub/views.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notehub/views.clj b/src/notehub/views.clj index f25b20d..11fd420 100644 --- a/src/notehub/views.clj +++ b/src/notehub/views.clj @@ -12,7 +12,7 @@ (def get-message (get-map "messages")) (def md-processor - (PegDownProcessor. Extensions/ALL)) + (PegDownProcessor. (bit-and-not Extensions/ALL Extensions/HARDWRAPS))) (defn md-to-html [md-text] (.markdownToHtml md-processor md-text))