Skip to content

Commit a229f3a

Browse files
committed
some additional formatting code added
1 parent 02b84be commit a229f3a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

data/markdown-text-formatting.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
{
102102
"definition": "কাজের তালিকা তৈরি করা",
103103
"code": "- [x] কাজ 1"
104+
},
105+
{
106+
"definition": "ইমেজ লিংক",
107+
"code": "![Your Image Alt Text](https://www.example.com/image.jpg)"
108+
},
109+
{
110+
"definition": "ইউটিউব ভিডিও ইনসার্ট",
111+
"code": "![Your youtube video name](https://www.youtube.com/watch?v=your_video_id)"
104112
}
105113
]
106114
}

0 commit comments

Comments
 (0)