oxidecomputer / oxidecomputer/prettier-plugin-asciidoc

Recognize markdown-style blockquotes

Open
#22 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

mechanism:block-reading obligation:model-fidelity syntax-gap tier-2
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.