@mdit-vue/plugin-component
Advanced tools
Comparing version 0.8.1 to 0.9.0
@@ -24,4 +24,3 @@ import { PluginWithOptions } from 'markdown-it'; | ||
/** | ||
* Replacing the default htmlBlock rule to allow using custom components | ||
* in markdown | ||
* Allows better use of Vue components in Markdown | ||
*/ | ||
@@ -28,0 +27,0 @@ declare const componentPlugin: PluginWithOptions<ComponentPluginOptions>; |
{ | ||
"name": "@mdit-vue/plugin-component", | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "A markdown-it plugin to allow vue components in markdown", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"unbuild": "^0.7.6", | ||
"vitest": "^0.18.1" | ||
"vitest": "^0.19.1" | ||
}, | ||
@@ -53,3 +53,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b0b6048f30c29b9533c034832f116f74c94bef52" | ||
"gitHead": "4279fc7ac1db0b585ffb395f55a07038af2a7263" | ||
} |
@@ -8,5 +8,4 @@ # @mdit-vue/plugin-component | ||
- Treat [vue built-in components](https://vuejs.org/api/built-in-components.html) and unknown HTML tags as vue components (markdown-it would treat them as inline tags by default). | ||
- Allow vue [`@` directive](https://vuejs.org/api/built-in-directives.html#v-on) on native HTML tags. | ||
- With full tests. | ||
- Treats [vue built-in components](https://vuejs.org/api/built-in-components.html) and unknown HTML tags as vue components (markdown-it would treat them as inline tags by default). | ||
- Allows vue [`@` directive](https://vuejs.org/api/built-in-directives.html#v-on) on native HTML tags. | ||
@@ -13,0 +12,0 @@ ## Install |
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
20114
533
76