ایجاد چک باکس در مارک داون (Markdown)
در این بخش، ایجاد چک باکس در مارک داون را (Markdown) توضیح میدهیم.
در مارک داون (Markdown) به این شکل - [ ] متن چک باکس
چک باکس ایجاد میشود. و به این شکل - [x] متن چک باکس
، چک باکس تیک خورده ایجاد میشود.
مثال :
- [x] @mentions, #refs, [links](), **formatting**, and ~~tags~~ supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
خروجی:
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item