From b37b438c4f1299444879187605c758f205ae4e3f Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Tue, 5 Nov 2024 12:28:17 -0700 Subject: [PATCH] remove single line closing angle brackets wft --- www/content/docs.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/www/content/docs.md b/www/content/docs.md index cee295d3..e3e2d2cf 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -72,8 +72,7 @@ With that in mind, consider the following bit of HTML: ``` @@ -255,8 +254,7 @@ You can use these attributes to implement many common UX patterns, such as [Acti hx-get="/trigger_delay" hx-trigger="keyup changed delay:500ms" hx-target="#search-results" - placeholder="Search..." -> + placeholder="Search...">
``` @@ -317,8 +315,7 @@ a `load` trigger along with a delay, and replaces itself with the response: ```html
+ hx-swap="outerHTML">
``` @@ -393,8 +390,7 @@ use the [hx-target](@/attributes/hx-target.md) attribute, which takes a CSS sele hx-get="/trigger_delay" hx-trigger="keyup delay:500ms changed" hx-target="#search-results" - placeholder="Search..." -> + placeholder="Search...">
```