oxidecomputer / oxidecomputer/prettier-plugin-asciidoc
drop the asciidocBlockDelimiterLength option: the length is derived from the content
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Ruled by Dan (2026-09-06, on #11): meaning-free residue is normalized with no option. asciidocBlockDelimiterLength is dropped: the delimiter length is derived from the content (the landed row D of the normal form; #226 tracks its near-miss domain). Remove the option, its documentation, its tests and its plumbing; a document formatted with a non-default value before this change reformats to the derived length once.
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
Search the repository for asciidocBlockDelimiterLength and trace its option definition, documentation, tests, and formatting plumbing. Read the related normal-form behavior and issue #226 before changing anything. Done means the option and all references are removed, and documents previously using a non-default value reformat to the content-derived delimiter length.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100