Skip to content

Commit

Permalink
Bold text
Browse files Browse the repository at this point in the history
  • Loading branch information
imacrayon committed Apr 27, 2024
1 parent 9924229 commit 1892d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/x-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ eleventyNavigation:

## x-merge

By default incoming HTML from the server will `replace` a targeted element. You can add `x-merge` to a targeted element to change how it merges incoming content. For example, if you wanted to `append` new items to a list of messages, you would add `x-merge="append"` to the list:
By default incoming HTML from the server will `replace` a targeted element. You can add `x-merge` to a **targeted element** to change how it merges incoming content. For example, if you wanted to `append` new items to a list of messages, you would add `x-merge="append"` to the list:

```html
<ul id="messages" x-merge="append">
Expand Down

0 comments on commit 1892d8e

Please sign in to comment.