h5 & h6 title level for markdown
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 194
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, only h1 to h4 (# to ####) are handled. It would be great to add h5 & h6 as well.
I can definitely work on it :)
Contributor guide
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
Locate the markdown heading parser or entry point that currently handles h1 through h4, then read how those levels are converted for QuickLook output. Extend the handling to cover h5 and h6, and verify that markdown containing all six heading levels renders with the expected title hierarchy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, swift
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100