markup
markup provides a reader-macro to read HTML/XML tags inside of Common Lisp code
$ area51 add markupCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(markup:some-function ...)markup provides a reader-macro to read HTML/XML tags inside of Common Lisp code
$ area51 add markupCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(markup:some-function ...)