Steemit Problems - Checklists
![](https://steemitimages.com/150x150/https://steemitimages.com/DQmYd1TzZpWKw1DFWxr4EejTgGy63yywSU5mcCsq38PGrFW/image.png)
This post is part of the Steemit Problems - Bugs, Missing Feature & Workaround Serie!
Let me know in the comments if you meet any problems while steeming. We will try to find a solution for you!
![hr](https://steemitimages.com/640x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png)
Checklists, as defined in GitHub Markdown, work as follows:
- [ ] Mercury
- [x] Venus
- [x] Earth (Orbit/Moon)
- [x] Mars
- [ ] Jupiter
- [ ] Saturn
- [ ] Uranus
- [x ] Neptune
- [ ] Comet Haley
And should be displayed as:
Mercury
✓ Venus
✓ Earth (Orbit/Moon)
✓ Mars
Jupiter
Saturn
Uranus
✓ Neptune
Comet Haley
But, instead, we just get this:
- [ ] Mercury
- [x] Venus
- [x] Earth (Orbit/Moon)
- [x] Mars
- [ ] Jupiter
- [ ] Saturn
- [ ] Uranus
- [x ] Neptune
- [ ] Comet Haley
Workaround?
- Using the UTF-8 character for the checked mark (✓)
- Using 3
 
to have a better indentation
Code:
Mercury
✓ Venus
✓ Earth (Orbit/Moon)
✓ Mars
Jupiter
Saturn
Uranus
✓ Neptune
Comet Haley
It's better, but not perfect. And it's still a very tedious process...
Result:
Mercury
✓ Venus
✓ Earth (Orbit/Moon)
✓ Mars
Jupiter
Saturn
Uranus
✓ Neptune
Comet Haley
![hr](https://steemitimages.com/640x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png)
Have a look at our Series:
Stay tuned! We're just getting started!