Skip to content

Commit

Permalink
馃 Merge PR #69584 Remove emoji from @types/mdast by @remcohaszing
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed May 14, 2024
1 parent 02b0a9e commit 884f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/mdast/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export type RootContent = RootContentMap[keyof RootContentMap];
/**
* Registry of all mdast nodes that can occur as children of {@link Root}.
*
* > 馃憠 **Note**: {@link Root} does not need to be an entire document.
* > **Note**: {@link Root} does not need to be an entire document.
* > it can also be a fragment.
*
* This interface can be augmented to register custom node types:
Expand Down

0 comments on commit 884f5f5

Please sign in to comment.