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

Fix checkmarks to render correctly

Abierto
#1,377 6 comentarios 0 reacciones 0 asignados Ver en GitHub
Skill: Ember.js Skill: HTML Skill: JavaScript
Lenguaje dominante
JavaScript
Estrellas
120
Forks
75
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

# 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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.