Skip to content

Commit

Permalink
Merge pull request #1083 from devmuhib009/patch-2
Browse files Browse the repository at this point in the history
Table Even Odd Selection Added, English Bangla Convert
  • Loading branch information
sabbirshawon authored Oct 31, 2023
2 parents 151d160 + c4cac31 commit 5f0dfb1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions data/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"code": "<code>...</code>"
},
{
"definition": "citation",
"definition": "সাইটেশান",
"code": "<cite>...</cite>"
},
{
Expand Down Expand Up @@ -175,11 +175,11 @@
"code": "<sup>...</sup>"
},
{
"definition": "Emphasize",
"definition": "এম্ফাসাইজ বা জোর দেয়া",
"code": "<em>...</em>"
},
{
"definition": "strong",
"definition": "স্ট্রং বা শক্তিশালী",
"code": "<strong>...</strong>"
},
{
Expand Down Expand Up @@ -453,6 +453,14 @@
{
"definition": "সেলের লাইন না ভাঙ্গা",
"code": "<td nowrap>...</td>"
},
{
"definition": "জোড় টেবিল রো সিলেক্ট করা ",
"code": "tr:nth-child(even)"
},
{
"definition": "বিজোড় টেবিল রো সিলেক্ট করা ",
"code": "tr:nth-child(odd)"
}
]
},
Expand Down

0 comments on commit 5f0dfb1

Please sign in to comment.