We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213785e commit 19a6fbcCopy full SHA for 19a6fbc
types/mdast/index.d.ts
@@ -309,7 +309,7 @@ export type RootContent = RootContentMap[keyof RootContentMap];
309
/**
310
* Registry of all mdast nodes that can occur as children of {@link Root}.
311
*
312
- * > 👉 **Note**: {@link Root} does not need to be an entire document.
+ * > **Note**: {@link Root} does not need to be an entire document.
313
* > it can also be a fragment.
314
315
* This interface can be augmented to register custom node types:
0 commit comments