allow nested lists by default
@geoffrey-eisenbarth がすでに取り組んでいます。
2026年4月5日 から。
評価
この issue はまだ評価されていません。
説明
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)
- 主要言語
- CSS
- スター
- 798
- フォーク
- 29
- PR マージ指標
- 30日以内にマージされた PR はありません
環境構築
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
bigskysoftware/missing のほかの issue
-
visual
難易度 1/5 1時間未満 初心者へのやさしさ 78/100
bigskysoftware/missing#172 ·
-
visual
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
bigskysoftware/missing#171 · コメント 1 件 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 68/100
bigskysoftware/missing#162 · コメント 1 件 · リアクション 1 件 ·
-
enhancement question
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
bigskysoftware/missing#174 ·
-
Remove bullets from `<li><input>`対応中かも @geoffrey-eisenbarth が 17 日前に担当しました。 オープンvisual
bigskysoftware/missing#173 · 担当者 1 名 ·