question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix checkmarks to render correctly

See original GitHub issue

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:open
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
joshsmithcommented, Sep 20, 2017

Rendered client-side, although indices of their placement inside the HTML (maybe? or the markdown?) was generated in the API.

1reaction
begedincommented, Sep 20, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found