Steemit Problems - Checklists

in #steemit7 years ago
<p dir="auto">This post is part of the <a href="https://steemit.com/grooviz-serie/@thierrydd/steemit-bugs-missing-feature-and-workaround-serie" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Steemit Problems - Bugs, Missing Feature & Workaround Serie! <p dir="auto">Let me know in the comments if you meet any problems while steeming. We will try to find a solution for you! <p dir="auto"><center><img src="https://images.hive.blog/768x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png" alt="hr" srcset="https://images.hive.blog/768x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png 1x, https://images.hive.blog/1536x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png 2x" /> <p dir="auto">Checklists, as defined in <a href="https://guides.github.com/features/mastering-markdown/" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">GitHub Markdown, work as follows: <pre><code>- [ ] Mercury - [x] Venus - [x] Earth (Orbit/Moon) - [x] Mars - [ ] Jupiter - [ ] Saturn - [ ] Uranus - [x ] Neptune - [ ] Comet Haley <p dir="auto"><br /> <p dir="auto">And should be displayed as: <p dir="auto">    Mercury<br /> ✓ Venus<br /> ✓ Earth (Orbit/Moon)<br /> ✓ Mars<br />     Jupiter<br />     Saturn<br />     Uranus<br /> ✓ Neptune<br />     Comet Haley <p dir="auto">But, instead, we just get this: <ul> <li>[ ] Mercury <li>[x] Venus <li>[x] Earth (Orbit/Moon) <li>[x] Mars <li>[ ] Jupiter <li>[ ] Saturn <li>[ ] Uranus <li>[x ] Neptune <li>[ ] Comet Haley <h2>Workaround? <ul> <li>Using the UTF-8 character for the checked mark (✓) <li>Using 3 <code>&nbsp to have a better indentation <p dir="auto">Code: <pre><code>&nbsp; &nbsp; Mercury ✓ Venus ✓ Earth (Orbit/Moon) ✓ Mars &nbsp; &nbsp; Jupiter &nbsp; &nbsp; Saturn &nbsp; &nbsp; Uranus ✓ Neptune &nbsp; &nbsp; Comet Haley <p dir="auto"><br /> <p dir="auto">It's better, but not perfect. And it's still a very tedious process... <p dir="auto">Result: <p dir="auto">    Mercury<br /> ✓ Venus<br /> ✓ Earth (Orbit/Moon)<br /> ✓ Mars<br />     Jupiter<br />     Saturn<br />     Uranus<br /> ✓ Neptune<br />     Comet Haley <p dir="auto"><center><img src="https://images.hive.blog/768x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png" alt="hr" srcset="https://images.hive.blog/768x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png 1x, https://images.hive.blog/1536x0/https://raw.githubusercontent.com/ThierryDD/images/master/separator.png 2x" /> <p dir="auto">Have a look at our Series: <ul> <li><a href="https://steemit.com/grooviz-serie/@thierrydd/steemit-hints-and-tips-serie" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Steemit Hint & Tips Serie <li><a href="https://steemit.com/grooviz-serie/@thierrydd/steemit-bugs-missing-feature-and-workaround-serie" target="_blank" rel="nofollow noreferrer noopener" title="This link will take you away from hive.blog" class="external_link">Steemit Bugs, Missing Features & Workaround Serie <p dir="auto">Stay tuned! We're just getting started!