Skip to content

Commit 453ab42

Browse files
committed
update doc
1 parent 352d382 commit 453ab42

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ Please check [Prettier Docs](https://prettier.io/docs/en/plugins.html) for other
5555
</div>
5656
```
5757

58+
## Nested Tag
59+
60+
```html
61+
<td <% if (styleData) { %>
62+
style="<%= styleData %>" <% } %>>
63+
<%= data %>
64+
<%= data %>
65+
</td>
66+
```
67+
5868
## Note
5969

6070
Tags which contains the greater then symbol `>` are ignored.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1986-2023 Ecmel Ercan <ecmel.ercan@gmail.com>
2+
* Copyright (c) 1986-2023 Ecmel Ercan [https://ecmel.dev/]
33
* Licensed under the MIT License
44
*/
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"author": {
1313
"name": "Ecmel Ercan",
14-
"url": "https://github.com/ecmel"
14+
"url": "https://ecmel.dev/"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)