allow nested lists by default
@geoffrey-eisenbarth ya está trabajando en esto.
Desde el 5/4/2026.
Evaluación
Este issue todavía no se ha evaluado.
Descripción
It's common to author content in markdown, and then programmatically generate html from it.
Markdown compilers typically do not include ways to add custom classes to their output.
Consequently, missing.css is relatively unusable with markdown generators when the content includes nested lists, since there's no easy way to add the class.
The potential content-side solutions include:
- using javascript to inject the class; this does not seem like an appropriate use for js
- parsing the output html and modifying it in-line; this is extremely complex for a script that otherwise just shells out to
cmark(for example) - overriding the missing.css css in a second file
Since one of the goals of missing.css is to "build common components using plain, semantic HTML", and generated markdown is about as plain and semantic as it gets, this seems to be a good fit.
Of additional note, it's also a notable downgrade from classless css libraries, since those typically handle this use-case fine.
Potential solutions include:
- having the nested-list behavior be the default
- have an override that handles something like
ul:has(li ul)
- Lenguaje dominante
- CSS
- Estrellas
- 798
- Forks
- 29
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de bigskysoftware/missing
-
visual
Dificultad 1/5 Menos de una hora Aptitud para principiantes 78/100
bigskysoftware/missing#172 ·
-
visual
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100
bigskysoftware/missing#171 · 1 comentario ·
-
User-generated content helper Abierto
Dificultad 1/5 Menos de una hora Aptitud para principiantes 68/100
bigskysoftware/missing#162 · 1 comentario · 1 reacción ·
-
enhancement question
Dificultad 5/5 Más de una semana Aptitud para principiantes 30/100
bigskysoftware/missing#174 ·
-
visual
bigskysoftware/missing#173 · 1 asignado ·