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 16d93a3 commit 42d6d04Copy full SHA for 42d6d04
src/index.js
@@ -160,7 +160,7 @@ const defaults = {
160
* Remark plugin to render container directives (such as, :::note) into callout elements.
161
* @function remarkCalloutDirectives
162
* @param {CalloutOptions} [userOptions={}] - User-defined options that override defaults.
163
- * @returns {import('unified').Transformer} Unified transformer function that modifies the MDAST.
+ * @returns {undefined} Unified transformer function that modifies the MDAST.
164
*/
165
export default function remarkCalloutDirectives(userOptions = {}) {
166
const options = defu(userOptions, defaults);
0 commit comments