Skip to content

Commit f01ca7a

Browse files
authored
refactor: markdown command
1 parent e394896 commit f01ca7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/markdown.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
{
180180
"definition": "ছবিতে লিঙ্ক যুক্ত করতে",
181181
"code": "[![ডেভসংকেত লোগো](/images/logo.png)](http://devsonket.com)"
182+
},
183+
{
184+
"definition": "HTML Tag ব্যবহার করে লিঙ্ক নিয়ে কাজ করতে",
185+
"code": "<a href='https://devsonket.com'> Dev Sonket </a>"
182186
}
183187
]
184188
},

0 commit comments

Comments
 (0)