Skip to content

refactor remark-code-region.ts to suport nested code regions#114

Merged
zachwaffle4 merged 1 commit into
frcsoftware:mainfrom
zachwaffle4:nested-coderegions
Jul 23, 2026
Merged

refactor remark-code-region.ts to suport nested code regions#114
zachwaffle4 merged 1 commit into
frcsoftware:mainfrom
zachwaffle4:nested-coderegions

Conversation

@zachwaffle4

Copy link
Copy Markdown
Member

Description

This allows us to have nested code regions, eg

// [translation2d]
public class Translation2d {
  // [translation2dFields]
  final double x;
  final double y;
  // [/translation2dFields]

// blah blah the rest of the class
}
// [/translation2d]

Meta

Merge checklist:

@github-actions

Copy link
Copy Markdown

🌐 Preview URL: https://pr-114.frcsoftware.pages.dev

@zachwaffle4
zachwaffle4 merged commit b99e1d9 into frcsoftware:main Jul 23, 2026
7 checks passed
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.

2 participants