From 20ab54531205d94763f51753c1b02cc42685f4e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sun, 7 Aug 2022 18:25:16 -0300 Subject: Add a way to concatenate tags with custom separators --- package.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.lisp') 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 -- cgit v1.2.3