summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt.scm b/haunt.scm
index 5180304..393cf7c 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -30,6 +30,7 @@
(haunt reader)
(haunt reader skribe)
(haunt reader texinfo)
+ (haunt reader commonmark)
(haunt site)
(haunt utils)
(syntax-highlight)
@@ -201,6 +202,7 @@ free culture works available under the " ,%cc-by-sa-link " license.")
(email . "davet@gnu.org"))
#:readers (list (make-skribe-reader #:modules '((haunt skribe utils)
(skribe-utils)))
+ commonmark-reader
texinfo-reader)
#:builders (list (blog #:theme dthompson-theme #:collections %collections)
(atom-feed)