; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3. See distributed LICENSE.txt. (defpackage #:honey (:use :common-lisp :webthiteth-html) (:export #:parse) (:documentation "Main honey package. Honey is a simple markdown parse that translates to weave style html, which can then be inserted into pages."))