Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

allow nested lists by default

Abierto
#30 4 comentarios 0 reacciones 1 asignado Ver en GitHub

@geoffrey-eisenbarth ya está trabajando en esto.

Desde el 5/4/2026.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

enhancement visual

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

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de bigskysoftware/missing

Todos los issues de bigskysoftware/missing

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.