Fix checkmarks to render correctly
See original GitHub issueIssue Description
Problem
Right now a list of checkmarks in GitHub-flavored markdown, that normally render like this (on GitHub):
- [ ] Check item 1
- [ ] Check item 2
…instead render like • [x]
.
Although we don’t want to make these into working check items on our end (yet, at least), we do want to render them correctly.
We can do this by doing string parsing in the Ember app itself, rather than in the markdown rendering step on the API.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Markdown Checkbox "[ ]"|"[x]" still does not render correctly
Steps to reproduce the behavior: Open an existing card; Details > Description > Edit; Type some checbox Markdown code, with and without ordered ......
Read more >react check box not rendering correctly - Stack Overflow
I am trying to create a react component that represents a tile. This component is just a div that's composed of a label...
Read more >How to identify and resolve wasted renders in React
This means it is being re-rendered by React together with the input. This is what we are calling a “wasted” render. We know...
Read more >How to check if your component rerendered - and why!
To enable it, go to "Profiler" >> click the "Cog wheel" on the right side of the top bar >> "General" tab >>...
Read more >Troubleshoot - Azure Remote Rendering | Microsoft Learn
When loading a model (for example, via a Unity sample) fails although the blob configuration is correct, it's likely that the blob storage ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Rendered client-side, although indices of their placement inside the HTML (maybe? or the markdown?) was generated in the API.
Just to remind you, mentions have been rendered client-side for us. They are just disabled at the moment, but they did work at some point.