summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Edrosa <erik.edrosa@gmail.com>2016-08-12 22:34:21 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2016-08-18 15:04:38 -0400
commit0f4e684f22dee19188b8e5987be29719caa812e1 (patch)
treeb22d51c368bd747d109e5a82947b1375826f499b
parenta4d18c0c53263c2c25e60beeb84df62048e08953 (diff)
doc: Add guile-commonmark as optional dependency.
* doc/haunt.text ("Requirements"): Add guile-commonmark. * README ("Requirements"): Add guile-commonmark.
-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