Skip to content

Implement Question and Answer nodes#157

Draft
AliceArmstrong wants to merge 2 commits intomainfrom
CI-3470-implement-qanda-nodes
Draft

Implement Question and Answer nodes#157
AliceArmstrong wants to merge 2 commits intomainfrom
CI-3470-implement-qanda-nodes

Conversation

@AliceArmstrong
Copy link
Copy Markdown
Contributor

No description provided.

SPEC.md Outdated
interface Question extends Parent {
type: "question"
author?: DisplayName
children: (Paragraph | Exclude<Phrasing, Link>)[]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you will also want to exclude FindOutMoreLink

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot, thanks!

@AliceArmstrong AliceArmstrong force-pushed the CI-3470-implement-qanda-nodes branch from 2ce13c2 to 97a807d Compare March 10, 2026 22:59
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