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 fc6fb94 commit e24b8bdCopy full SHA for e24b8bd
index.js
@@ -19,7 +19,8 @@ import {toHast} from 'mdast-util-to-hast'
19
/**
20
* Plugin to serialize markdown as HTML.
21
*
22
- * @type {import('unified').Plugin<[Options?]|void[], Root, string>}
+ * @this {import('unified').Processor}
23
+ * @type {import('unified').Plugin<[Options?] | [], Root, string>}
24
*/
25
export default function remarkHtml(settings = {}) {
26
const options = {...settings}
0 commit comments