Fix this
type in TS 4.9
Closes GH-11. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
This commit is contained in:
parent
decd688110
commit
3d93cc085c
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -11,6 +11,7 @@ import {directiveFromMarkdown, directiveToMarkdown} from 'mdast-util-directive'
|
||||||
* Plugin to support the generic directives proposal (`:cite[smith04]`,
|
* Plugin to support the generic directives proposal (`:cite[smith04]`,
|
||||||
* `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and such).
|
* `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and such).
|
||||||
*
|
*
|
||||||
|
* @this {import('unified').Processor}
|
||||||
* @type {import('unified').Plugin<void[], Root>}
|
* @type {import('unified').Plugin<void[], Root>}
|
||||||
*/
|
*/
|
||||||
export default function remarkDirective() {
|
export default function remarkDirective() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue