@mdit-vue/plugin-sfc
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,2 @@ | ||
import MarkdownIt from 'markdown-it'; | ||
import { PluginWithOptions } from 'markdown-it'; | ||
@@ -86,3 +86,3 @@ declare const TAG_NAME_SCRIPT = "script"; | ||
*/ | ||
declare const sfcPlugin: MarkdownIt.PluginWithOptions<SfcPluginOptions>; | ||
declare const sfcPlugin: PluginWithOptions<SfcPluginOptions>; | ||
@@ -89,0 +89,0 @@ declare const SCRIPT_SETUP_TAG_OPEN_REGEXP: RegExp; |
{ | ||
"name": "@mdit-vue/plugin-sfc", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A markdown-it plugin to help transforming markdown tu vue sfc", | ||
@@ -45,5 +45,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@mdit-vue/types": "2.0.0", | ||
"@types/markdown-it": "^13.0.7", | ||
"markdown-it": "^14.0.0" | ||
"@mdit-vue/types": "2.1.0", | ||
"@types/markdown-it": "^14.0.0", | ||
"markdown-it": "^14.1.0" | ||
}, | ||
@@ -53,3 +53,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "25e4e00fdd43d7437b846c6adcc7e0b33c50281d" | ||
"gitHead": "1d481f8238b3b0d5687e62e009e57ccacfc4a442" | ||
} |
@@ -23,5 +23,5 @@ # @mdit-vue/plugin-sfc | ||
```ts | ||
import MarkdownIt from 'markdown-it'; | ||
import { sfcPlugin } from '@mdit-vue/plugin-sfc'; | ||
import type { MarkdownItEnv } from '@mdit-vue/types'; | ||
import MarkdownIt from 'markdown-it'; | ||
@@ -28,0 +28,0 @@ const md = MarkdownIt({ html: true }).use(sfcPlugin, { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15553
230
+ Added@mdit-vue/types@2.1.0(transitive)
+ Added@types/linkify-it@5.0.0(transitive)
+ Added@types/markdown-it@14.1.2(transitive)
+ Added@types/mdurl@2.0.0(transitive)
- Removed@mdit-vue/types@2.0.0(transitive)
- Removed@types/linkify-it@3.0.5(transitive)
- Removed@types/markdown-it@13.0.9(transitive)
- Removed@types/mdurl@1.0.5(transitive)
Updated@mdit-vue/types@2.1.0
Updated@types/markdown-it@^14.0.0
Updatedmarkdown-it@^14.1.0