developit / developit/snarkdown

Strikethrough not working

Abierto
#100 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
2.4k
Forks
115
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

1. goto [Snarky](https://snarky.surge.sh/)
2. attempt to format text with strike through via `~`

## Results
it renders the `~` as regular text... _should_ be ~strike through~

Failing test...

```javascript
it('parses strike through', () => {
expect(snarkdown('I like ~HUGE~ tiny libraries')).to.equal('I like HUGE tiny libraries');
});
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Start with the failing JavaScript test shown in the issue and trace the snarkdown parser entry point. Confirm the current output for `~HUGE~`; done means the parser produces the expected `HUGE` markup and the test passes.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
javascript, markdown
Área
tooling
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.