Skip to content

[DF2] #36: Sub-subsection indentation renders as code blocks on GitHub#37

Merged
v1d0b0t merged 7 commits intomainfrom
df2/issue-36
Apr 2, 2026
Merged

[DF2] #36: Sub-subsection indentation renders as code blocks on GitHub#37
v1d0b0t merged 7 commits intomainfrom
df2/issue-36

Conversation

@v1d0b0t
Copy link
Copy Markdown
Collaborator

@v1d0b0t v1d0b0t commented Apr 2, 2026

Automated pipeline PR for #36

@v1d0b0t
Copy link
Copy Markdown
Collaborator Author

v1d0b0t commented Apr 2, 2026

Implementation Plan

  1. Inspect src/transforms/markdown.ts render paths to isolate the existing top-level subsection flow from deeper labeled descendants.
  2. Add a depth/descendant-aware GitHub-safe rendering branch so only nested labeled hierarchies switch to bold paragraph blocks with exact blank-line separation.
  3. Keep flat sections and top-level-subsection-only sections byte-stable, including existing inline subsection formatting from issue Formatting round 2: anchor tags visible, subsections not separated #31.
  4. Verify continuation/body lines inside affected nested hierarchies stay below GitHub's four-space code-block threshold while preserving source order.
  5. Run rtk test npx vitest run, rtk err npx tsc --noEmit, and rtk err npm run build, then commit/push and update the issue/PR state.

@v1d0b0t v1d0b0t marked this pull request as ready for review April 2, 2026 17:05
@v1d0b0t
Copy link
Copy Markdown
Collaborator Author

v1d0b0t commented Apr 2, 2026

[adversary-review] — APPROVED

@v1d0b0t
Copy link
Copy Markdown
Collaborator Author

v1d0b0t commented Apr 2, 2026

[adversary-review] — APPROVED

@v1d0b0t v1d0b0t merged commit e5f2246 into main Apr 2, 2026
1 check passed
@v1d0b0t v1d0b0t deleted the df2/issue-36 branch April 2, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant