trentm / trentm/python-markdown2
New issue only one level of nesting in lists, second level nesting collapses to first level's indentation
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 459
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 4
Description
Making a list:
- This list item works,
- as this one, which has been indented two spaces,
- but indenting two additional spaces doesn't indent this item beyond the previous item's indenting.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the three-level nested-list example from the issue in python-markdown2 and trace how list indentation is parsed. Confirm the expected output preserves a distinct third level, then add a regression test covering the example and verify the rendered nesting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- content
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100