From 877e4d8bf87bc03ebfed60e822a6ba1b7a6dbc01 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 12 Aug 2024 07:29:26 -0700 Subject: Add: html-string and pretty-print control --- src/package.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 36d975b..4c0c94f 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -180,5 +180,5 @@ ;; rendering (:export - #:html) - ) + #:html + #:html-string)) -- cgit v1.2.3