Skip to content

Commit 5f0dfb1

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1083 from devmuhib009/patch-2
Table Even Odd Selection Added, English Bangla Convert
2 parents 151d160 + c4cac31 commit 5f0dfb1

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

data/html.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"code": "<code>...</code>"
144144
},
145145
{
146-
"definition": "citation",
146+
"definition": "সাইটেশান",
147147
"code": "<cite>...</cite>"
148148
},
149149
{
@@ -175,11 +175,11 @@
175175
"code": "<sup>...</sup>"
176176
},
177177
{
178-
"definition": "Emphasize",
178+
"definition": "এম্ফাসাইজ বা জোর দেয়া",
179179
"code": "<em>...</em>"
180180
},
181181
{
182-
"definition": "strong",
182+
"definition": "স্ট্রং বা শক্তিশালী",
183183
"code": "<strong>...</strong>"
184184
},
185185
{
@@ -453,6 +453,14 @@
453453
{
454454
"definition": "সেলের লাইন না ভাঙ্গা",
455455
"code": "<td nowrap>...</td>"
456+
},
457+
{
458+
"definition": "জোড় টেবিল রো সিলেক্ট করা ",
459+
"code": "tr:nth-child(even)"
460+
},
461+
{
462+
"definition": "বিজোড় টেবিল রো সিলেক্ট করা ",
463+
"code": "tr:nth-child(odd)"
456464
}
457465
]
458466
},

0 commit comments

Comments
 (0)