Browse Source

enabling all features in the pegdown translator

master
Christian Müller 11 years ago
parent
commit
b267777846
  1. 2
      src/notehub/views.clj

2
src/notehub/views.clj

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
(def get-message (get-map "messages"))
(def md-processor
(PegDownProcessor. Extensions/TABLES))
(PegDownProcessor. Extensions/ALL))
(defn md-to-html [md-text]
(.markdownToHtml md-processor md-text))

Loading…
Cancel
Save