From 9fb9b0257f73c850d8e15190d512f386794ebe7b Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont" Date: Sat, 24 May 2014 23:07:58 +0200 Subject: [PATCH] Add a recipe for markdown-toc (a toc generator for markdown) --- recipes/markdown-toc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/markdown-toc diff --git a/recipes/markdown-toc b/recipes/markdown-toc new file mode 100644 index 00000000..18497202 --- /dev/null +++ b/recipes/markdown-toc @@ -0,0 +1,2 @@ +(markdown-toc :fetcher github + :repo "ardumont/markdown-toc")