We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02a273 commit d911564Copy full SHA for d911564
lib/index.js
@@ -79,14 +79,14 @@
79
80
/**
81
* @typedef HooksOptionsOnly
82
- * Configuration specifically for {@link MarkdownHooks}
+ * Configuration specifically for {@linkcode MarkdownHooks}.
83
* @property {ReactNode} [fallback]
84
- * A fallback node to render while the processor isn’t done processing the markdown.
+ * Fallback content to render while the processor processing the markdown.
85
*/
86
87
88
* @typedef {Options & HooksOptionsOnly} HooksOptions
89
- * Configuration for {@link MarkdownHooks}
+ * Configuration for {@linkcode MarkdownHooks}.
90
91
92
0 commit comments