formatting

This commit is contained in:
Carson Gross
2024-12-24 13:19:22 -07:00
parent 1ee743332f
commit b9b5dfa80d

View File

@@ -32,7 +32,9 @@ and it becomes more difficult to understand what an element is doing.
It is also possible to inadvertently change the behavior of elements by adding attributes to parents.
Some people prefer to disable inheritance in htmx entirely, using the `htmx.config.disableInheritance`
[configuration variable](/@docs.md#config). Here is a `meta` tag configuration that does so:
[configuration variable](/@docs.md#config).
Here is a `meta` tag configuration that does so:
```html
<meta name="htmx-config" content='{"disableInheritance":true}'>