oxidecomputer / oxidecomputer/prettier-plugin-asciidoc
Block style re-models the block: [abstract]/[NOTE]/[source]/[normal]/[verse] on paragraphs and literals
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Found by the Tier C (#30) design prototype: 28 corpus documents. A style attribute re-models the block in Asciidoctor ([abstract]/[partintro]/[sidebar]/[example]/[quote] on a paragraph, [NOTE] on an undelimited paragraph, [source] on an indented literal, [normal] on an indented run, [verse.epigraph] on ____); we keep the underlying block kind and carry the style as metadata. Bytes round-trip, so only Tier C sees it. Ledger family gap:styled-block-remodel.
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
Start with the Tier C (#30) design prototype and its 28 corpus documents, then trace how block kind and style metadata are represented. Compare the listed Asciidoctor cases, including paragraph, literal, indented-run, and verse examples. Done means the affected styles remodel the underlying block kind while preserving the documented round-trip behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100