Skip to content

🚀 Feature: Create DocHeading node type for Markdown headings#471

Closed
lukebaze wants to merge 1 commit intomicrosoft:mainfrom
lukebaze:contribai/feat/create-docheading-node-type-for-markdown
Closed

🚀 Feature: Create DocHeading node type for Markdown headings#471
lukebaze wants to merge 1 commit intomicrosoft:mainfrom
lukebaze:contribai/feat/create-docheading-node-type-for-markdown

Conversation

@lukebaze
Copy link
Copy Markdown

Problem

Create a new DocNode type to represent Markdown headings in the TSDoc AST. This will be similar to DocParagraph but will store heading level and text content.

Severity: critical
File: tsdoc/src/nodes/DocHeading.ts

Solution

Create a new DocNode type to represent Markdown headings in the TSDoc AST. This will be similar to DocParagraph but will store heading level and text content.

Changes

  • tsdoc/src/nodes/DocHeading.ts (new)

Testing

  • Existing tests pass
  • Manual review completed
  • No new warnings/errors introduced

Closes #197

Create a new DocNode type to represent Markdown headings in the TSDoc AST. This will be similar to DocParagraph but will store heading level and text content.

Affected files: DocHeading.ts

Signed-off-by: 0xKermini <67284748+lukebaze@users.noreply.github.com>
@lukebaze
Copy link
Copy Markdown
Author

@microsoft-github-policy-service agree

@lukebaze lukebaze closed this Mar 31, 2026
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.

Markdown headings support

1 participant