code-corps / code-corps/code-corps-ember

Fix checkmarks to render correctly

Open
#1,377 6 comments 0 reactions 0 assignees View on GitHub
Skill: Ember.js Skill: HTML Skill: JavaScript
Dominant language
JavaScript
Stars
120
Forks
75
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.