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.

貢獻指南

開啟貢獻指南

研究方向

從 Ember 應用程式的 Markdown 渲染路徑開始,重現 issue 中 GitHub-flavored checklist 的範例,並將其與 API 的 Markdown 輸出進行比較。追蹤清單變成 `• [x]` 的位置;完成的標準是 checklist 標記能正確渲染,同時維持不可互動,且不變更 API 的 Markdown 渲染步驟。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript
領域
frontend, web-dev
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。