Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

allow nested lists by default

Aperta
#30 4 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@geoffrey-eisenbarth ci sta già lavorando.

Dal 5/4/2026.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

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)
Lingua principale
CSS
Stelle
798
Fork
29
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di bigskysoftware/missing

Tutte le issue di bigskysoftware/missing

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.