From 70f77954001f5787688fccf7fba280977337558a Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sat, 11 Oct 2025 12:26:13 +0200 Subject: [PATCH] update lib docs --- lib.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib.go b/lib.go index 047af00..39661b9 100644 --- a/lib.go +++ b/lib.go @@ -24,7 +24,9 @@ type Attributes struct { // // The tag subpackage contains a set of the common tags used in HTML. It is recommended to use the tag // subpackage in code files dedicated to HTML composition and import the tag subpackage in these code files -// inline, with the '.' notation. Custom tags can be defined with the Define function. +// inline, with the '.' notation. +// +// Custom tags can be defined with the Define function. // // When applying a tag value as a function, a new tag is created, and the original tag remains unchanged. // Therefore tags are immutable. When applying it without arguments, the resulting tag will be equivalent to the