From 5367426c201e3206f849993b65e9d045023b0dee Mon Sep 17 00:00:00 2001 From: gianlucaguarini Date: Sat, 17 Feb 2024 00:19:40 +0100 Subject: [PATCH] fixed: readme formatting --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bd841ef..5994be4 100644 --- a/README.md +++ b/README.md @@ -229,10 +229,7 @@ The text expression must contain the `childNodeIndex` that will be used to ident Given for example the following template: ```html -

- Your name is:user_icon -

+

Your name is:user_icon

``` we could use the following text expression to replace the CommentNode with a TextNode