@mdit-vue/plugin-title
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,2 @@ | ||
import MarkdownIt from 'markdown-it'; | ||
import { PluginSimple } from 'markdown-it'; | ||
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
declare const titlePlugin: MarkdownIt.PluginSimple; | ||
declare const titlePlugin: PluginSimple; | ||
@@ -11,0 +11,0 @@ declare module '@mdit-vue/types' { |
{ | ||
"name": "@mdit-vue/plugin-title", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A markdown-it plugin to get markdown page title", | ||
@@ -45,9 +45,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@mdit-vue/shared": "2.0.0", | ||
"@mdit-vue/types": "2.0.0", | ||
"@types/markdown-it": "^13.0.7", | ||
"markdown-it": "^14.0.0" | ||
"@mdit-vue/shared": "2.1.0", | ||
"@mdit-vue/types": "2.1.0", | ||
"@types/markdown-it": "^14.0.0", | ||
"markdown-it": "^14.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/markdown-it-emoji": "^2.0.4", | ||
"@types/markdown-it-emoji": "^2.0.5", | ||
"markdown-it-emoji": "^3.0.0" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "25e4e00fdd43d7437b846c6adcc7e0b33c50281d" | ||
"gitHead": "1d481f8238b3b0d5687e62e009e57ccacfc4a442" | ||
} |
@@ -19,5 +19,5 @@ # @mdit-vue/plugin-title | ||
```ts | ||
import MarkdownIt from 'markdown-it'; | ||
import { titlePlugin } from '@mdit-vue/plugin-title'; | ||
import type { MarkdownItEnv } from '@mdit-vue/types'; | ||
import MarkdownIt from 'markdown-it'; | ||
@@ -24,0 +24,0 @@ const md = MarkdownIt({ html: true }).use(titlePlugin); |
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
5348
+ Added@mdit-vue/shared@2.1.0(transitive)
+ 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/shared@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/shared@2.1.0
Updated@mdit-vue/types@2.1.0
Updated@types/markdown-it@^14.0.0
Updatedmarkdown-it@^14.1.0