oxidecomputer / oxidecomputer/prettier-plugin-asciidoc
Recognize markdown-style blockquotes
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Recognize markdown-style blockquotes: > at line start. (Spec ref: p.246.)
Current failure mode (Tier 2 — structure lost, text preserved): > a / > b lines are merged by reflow into one line, embedding stray mid-text > characters (> a > b); no blockquote structure is created.
Migrated from the gap analysis (Tier 2 "Markdown-style blockquotes", "features needing new tasks" item 4). Spec refs p.NNN are printed page numbers in the AsciiDoc pre-spec PDF export (PDF page = printed page + 17).
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
No source file or test is named. Use the > a / > b example as the starting reproduction, trace the formatting path that currently merges the lines, and consider the work done when blockquote structure is preserved without stray mid-text > characters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100