Initial commit
[honey] / src / main / package.lisp
1 (defpackage #:honey (:use :common-lisp :webthiteth-html) (:export #:parse)
2  (:documentation "Main honey package.
3
4 Honey is a simple markdown parse that translates to weave style html,
5 which can then be inserted into pages."))