diff options
author | Erik Edrosa <erik.edrosa@gmail.com> | 2016-08-12 22:34:21 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2016-08-18 15:04:38 -0400 |
commit | 0f4e684f22dee19188b8e5987be29719caa812e1 (patch) | |
tree | b22d51c368bd747d109e5a82947b1375826f499b | |
parent | a4d18c0c53263c2c25e60beeb84df62048e08953 (diff) |
doc: Add guile-commonmark as optional dependency.
* doc/haunt.text ("Requirements"): Add guile-commonmark.
* README ("Requirements"): Add guile-commonmark.
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | doc/haunt.texi | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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 |