summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-07 18:25:16 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-07 18:25:16 -0300
commit20ab54531205d94763f51753c1b02cc42685f4e0 (patch)
treedac26e46161eb1a25d2ba9f4153340e778b00ee9 /package.lisp
parentfc731f3a0de136b145340aed864feecc7fb44b8d (diff)
downloadshtml-20ab54531205d94763f51753c1b02cc42685f4e0.tar.gz
shtml-20ab54531205d94763f51753c1b02cc42685f4e0.zip
Add a way to concatenate tags with custom separators
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 27fa91f..0da7196 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,6 +1,7 @@
(uiop:define-package #:shtml
(:use #:cl)
- (:export #:a
+ (:export #:cat
+ #:a
#:abbr
#:address
#:area