From cc06e297069b5efffb5c00f58d6aaff1e080d02e Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sat, 11 Nov 2023 09:40:16 -0800 Subject: [PATCH] Remove --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 067463c..46029bf 100644 --- a/README.md +++ b/README.md @@ -131,15 +131,6 @@ In this example, if `isAdmin` is `true`, the `Admin Panel` link is rendered. Oth - **Script-supporting Elements**: `Script`, `Noscript` - **Inline Semantic**: `A`, `Strong`, `Em`, `Code`, `I` -### Additional Utility: HTML Comments - -Apart from standard elements, `elem-go` also allows you to insert HTML comments using the `Comment` function: - -```go -comment := elem.Comment("Section: Main Content Start") -// Generates: -``` - ## HTMX Integration We provide a subpackage for htmx integration. [Read more about htmx integration here](HTMX_INTEGRATION.md).