diff --git a/index.js b/index.js index 813003d..e7332d9 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,7 @@ import {directiveFromMarkdown, directiveToMarkdown} from 'mdast-util-directive' * Plugin to support the generic directives proposal (`:cite[smith04]`, * `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and such). * + * @this {import('unified').Processor} * @type {import('unified').Plugin} */ export default function remarkDirective() {