@md-plugins/md-plugin-headers
Advanced tools
Comparing version
{ | ||
"name": "@md-plugins/md-plugin-headers", | ||
"version": "0.1.0-alpha.25", | ||
"version": "0.1.0-alpha.26", | ||
"description": "A markdown-it plugin for handling headers (H1-H6).", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"@types/markdown-it": "^14.1.2", | ||
"@md-plugins/shared": "0.1.0-alpha.25" | ||
"@md-plugins/shared": "0.1.0-alpha.26" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
@@ -20,8 +20,8 @@ # @md-plugins/md-plugin-headers | ||
```bash | ||
# With npm: | ||
# with pnpm: | ||
pnpm add @md-plugins/md-plugin-headers | ||
# with Yarn: | ||
yarn add @md-plugins/md-plugin-headers | ||
# with npm: | ||
npm install @md-plugins/md-plugin-headers | ||
# Or with Yarn: | ||
yarn add @md-plugins/md-plugin-headers | ||
# Or with pnpm: | ||
pnpm add @md-plugins/md-plugin-headers | ||
``` | ||
@@ -28,0 +28,0 @@ |
12182
-0.05%