in `scribble/lp2`, `chunk` should use `#:tag-prefix`
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 250
- Forks
- 102
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
Consider a project that gathers multiple scribble/lp2 files into a single document. For TOC / navigation purposes, the names of the chunk blocks are treated like section titles. But unlike section, subsection, et al., they don't obey the #:tag-prefix setting, which means that to make things index correctly, you have to manually assign unique names to every chunk in the project.
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 at the scribble/lp2 entry point and locate the implementation of chunk alongside the handling for section and #:tag-prefix. Verify that generated TOC and navigation tags for chunk blocks use the configured prefix, including when multiple files are combined.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100