File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
6070Tags which contains the greater then symbol ` > ` are ignored.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1111 ],
1212 "author" : {
1313 "name" : " Ecmel Ercan" ,
14- "url" : " https://github.com/ecmel "
14+ "url" : " https://ecmel.dev/ "
1515 },
1616 "repository" : {
1717 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments