summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--doc/haunt.texi3
2 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index fd65a73..1906095 100644
--- a/README
+++ b/README
@@ -48,6 +48,7 @@ To view your creation, run =haunt serve= and browse to
Optional:
- guile-reader (for Skribe support)
+ - guile-commonmark (for CommonMark support)
* Building from Git
diff --git a/doc/haunt.texi b/doc/haunt.texi
index 2a48d23..04bf239 100644
--- a/doc/haunt.texi
+++ b/doc/haunt.texi
@@ -165,6 +165,9 @@ The following dependencies are optional:
@item
@url{http://www.nongnu.org/guile-reader/, Guile-Reader} version 0.6 or
later (for Skribe support)
+@item
+@url{https://github.com/OrangeShark/guile-commonmark, guile-commonmark}
+version 0.1 or later (for CommonMark support)
@end itemize
@node Building