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