Adding a recipe for el2markdown.

There are other packages to convert elisp headers to markdown, I'm aware
of:

https://github.com/mgalgs/make-readme-markdown
https://github.com/thomas11/md-readme

I prefer this one, as it handles `;;; Foo:` (treating it as a header)
and Emacs style `foo' quoting correctly.
This commit is contained in:
Wilfred Hughes 2014-10-30 00:07:39 +00:00
parent a0f4526989
commit 5e78ab8b81

1
recipes/el2markdown Normal file
View file

@ -0,0 +1 @@
(el2markdown :repo "Lindydancer/el2markdown" :fetcher github)