Automattic / Automattic/harper
Capital letter in lists seems random
- Dominant language
- Rust
- Stars
- 15.4k
- Forks
- 627
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 102
Description
Given the following list in markdown:
```markdown
- make sure the conditions are met
- deal with simple cases first
- lists are good
- the adjustment is still linear
- the origin is not like with...
```
Harper (0.36.0) will detect a capitalization issue with the first and last entry only. I have no idea what's the rule here.
Edit: reproducible with 0.37.0
Contributor guide
Research direction
Reproduce the markdown list example with Harper 0.36.0 or 0.37.0 and inspect how capitalization is reported for the first and last entries. Trace the list-capitalization behavior and confirm the finished change applies a consistent, documented rule to all five entries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100