developit / developit/snarkdown
Strikethrough not working
- 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