developit / developit/snarkdown
Nested lists not working
- Lenguaje dominante
- JavaScript
- Estrellas
- 2.4k
- Forks
- 116
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I would like to have nested lists. I cannot get them to work. I tried various "styles" (e.g., 2 spaces, 4 spaces). See example below.
## Example
**Markdown input**
```
* Fruit
* Apple
* Orange
* Milk
* Cheese
```
**Expected output**
```
- Fruit
- Apple
- Orange
- Milk
- Cheese
```
**Actual output**
```
- Fruit
Apple
Orange
- Milk
Cheese
```
## Context
snarkdown 2.0.0
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start by reproducing the nested-list Markdown example from the issue against snarkdown 2.0.0, then locate the parser entry point that handles list markers and indentation. Compare the generated HTML with the expected output; done means nested list items produce nested
- elements rather than emphasis or plain text.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100