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

Fix checkmarks to render correctly

オープン
#1,377 コメント 6 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。