From c129ae8da154e1f6ef325ac85ca4d2736547c7cd Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 11 May 2023 10:06:23 +0200 Subject: Document Text/Textf helpers better Both in the readme and package doc. Fixes #133. --- gomponents.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gomponents.go') diff --git a/gomponents.go b/gomponents.go index 9f86538..7b73a3b 100644 --- a/gomponents.go +++ b/gomponents.go @@ -4,8 +4,8 @@ // to the given writer as a string. // // All DOM elements and attributes can be created by using the El and Attr functions. -// The functions Text, Textf, Raw, and Rawf can be used to create text nodes. -// See also helper functions Group, Map, and If. +// The functions Text, Textf, Raw, and Rawf can be used to create text nodes, either HTML-escaped or unescaped. +// See also helper functions Group, Map, and If for mapping data to Nodes and inserting them conditionally. // // For basic HTML elements and attributes, see the package html. // For higher-level HTML components, see the package components. -- cgit 1.4.1