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))