v4.0.1
- Fix type definitions (#29)
- This plugin is for transforming mdast (Markdown AST). Now it is explicitly defined as the 2nd type parameter of
unified.Plugin
. @types/mdast
andunified
are now runtime dependencies. This ensures that the correct versions of those packages are referred by TypeScript compiler.
- This plugin is for transforming mdast (Markdown AST). Now it is explicitly defined as the 2nd type parameter of