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

Fix checkmarks to render correctly

未关闭
#1,377 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Skill: Ember.js Skill: HTML Skill: JavaScript
主要语言
JavaScript
星标
120
派生
75
PR 合并指标
30 天内没有已合并 PR

描述

# 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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。