developit / developit/snarkdown

Nested lists not working

オープン
#104 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
2.4k
フォーク
115
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript
領域
tooling
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
42/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。