File tree Expand file tree Collapse file tree
markdown-it-bi-directional-links
vitepress-plugin-enhanced-readabilities
vitepress-plugin-highlight-targeted-heading
markdown-it-bi-directional-links
vitepress-plugin-enhanced-readabilities
vitepress-plugin-highlight-targeted-heading
markdown-it-bi-directional-links
markdown-it-element-transform
vitepress-plugin-enhanced-readabilities
vitepress-plugin-highlight-targeted-heading
vitepress-plugin-inline-link-preview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ Install `@nolebase/markdown-it-bi-directional-links` to your project dependencie
126126::: code-group
127127
128128``` shell [pnpm]
129- pnpm add @nolebase/markdown-it-bi-directional-links
129+ pnpm add @nolebase/markdown-it-bi-directional-links -D
130130```
131131
132132``` shell [npm]
133- npm install @nolebase/markdown-it-bi-directional-links
133+ npm install @nolebase/markdown-it-bi-directional-links -D
134134```
135135
136136``` shell [yarn]
137- yarn add @nolebase/markdown-it-bi-directional-links
137+ yarn add @nolebase/markdown-it-bi-directional-links -D
138138```
139139
140140:::
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ You can install `@nolebase/vitepress-plugin-enhanced-readabilities` as one of yo
4444::: code-group
4545
4646``` shell [pnpm]
47- pnpm add @nolebase/vitepress-plugin-enhanced-readabilities
47+ pnpm add @nolebase/vitepress-plugin-enhanced-readabilities -D
4848```
4949
5050``` shell [npm]
51- npm install @nolebase/vitepress-plugin-enhanced-readabilities
51+ npm install @nolebase/vitepress-plugin-enhanced-readabilities -D
5252```
5353
5454``` shell [yarn]
55- yarn add @nolebase/vitepress-plugin-enhanced-readabilities
55+ yarn add @nolebase/vitepress-plugin-enhanced-readabilities -D
5656```
5757
5858:::
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ You can install `@nolebase/vitepress-plugin-highlight-targeted-heading` to the d
5353::: code-group
5454
5555``` shell [pnpm]
56- pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading
56+ pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading -D
5757```
5858
5959``` shell [npm]
60- npm install @nolebase/vitepress-plugin-highlight-targeted-heading
60+ npm install @nolebase/vitepress-plugin-highlight-targeted-heading -D
6161```
6262
6363``` shell [yarn]
64- yarn add @nolebase/vitepress-plugin-highlight-targeted-heading
64+ yarn add @nolebase/vitepress-plugin-highlight-targeted-heading -D
6565```
6666
6767:::
Original file line number Diff line number Diff line change @@ -128,15 +128,15 @@ Obsidian 同名页面:[[pages/zh-CN/integrations/markdown-it-bi-directional-li
128128::: code-group
129129
130130``` shell [pnpm]
131- pnpm add @nolebase/markdown-it-bi-directional-links
131+ pnpm add @nolebase/markdown-it-bi-directional-links -D
132132```
133133
134134``` shell [npm]
135- npm install @nolebase/markdown-it-bi-directional-links
135+ npm install @nolebase/markdown-it-bi-directional-links -D
136136```
137137
138138``` shell [yarn]
139- yarn add @nolebase/markdown-it-bi-directional-links
139+ yarn add @nolebase/markdown-it-bi-directional-links -D
140140```
141141
142142:::
Original file line number Diff line number Diff line change 4444::: code-group
4545
4646``` shell [pnpm]
47- pnpm add @nolebase/vitepress-plugin-enhanced-readabilities
47+ pnpm add @nolebase/vitepress-plugin-enhanced-readabilities -D
4848```
4949
5050``` shell [npm]
51- npm install @nolebase/vitepress-plugin-enhanced-readabilities
51+ npm install @nolebase/vitepress-plugin-enhanced-readabilities -D
5252```
5353
5454``` shell [yarn]
55- yarn add @nolebase/vitepress-plugin-enhanced-readabilities
55+ yarn add @nolebase/vitepress-plugin-enhanced-readabilities -D
5656```
5757
5858:::
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ document.querySelector('#为什么')
5353::: code-group
5454
5555``` shell [pnpm]
56- pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading
56+ pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading -D
5757```
5858
5959``` shell [npm]
60- npm install @nolebase/vitepress-plugin-highlight-targeted-heading
60+ npm install @nolebase/vitepress-plugin-highlight-targeted-heading -D
6161```
6262
6363``` shell [yarn]
64- yarn add @nolebase/vitepress-plugin-highlight-targeted-heading
64+ yarn add @nolebase/vitepress-plugin-highlight-targeted-heading -D
6565```
6666
6767:::
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ A [`markdown-it`](https://github.com/markdown-it/markdown-it) plugin that adds O
77### Npm
88
99``` shell
10- npm i @nolebase/markdown-it-bi-directional-links
10+ npm i @nolebase/markdown-it-bi-directional-links -D
1111```
1212
1313### Yarn
1414
1515``` shell
16- yarn add @nolebase/markdown-it-bi-directional-links
16+ yarn add @nolebase/markdown-it-bi-directional-links -D
1717```
1818
1919### Pnpm
2020
2121``` shell
22- pnpm add @nolebase/markdown-it-bi-directional-links
22+ pnpm add @nolebase/markdown-it-bi-directional-links -D
2323```
2424
2525## Documentation
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ A [`markdown-it`](https://github.com/markdown-it/markdown-it) plugin that transf
77### Npm
88
99``` shell
10- npm i @nolebase/markdown-it-element-transform
10+ npm i @nolebase/markdown-it-element-transform -D
1111```
1212
1313### Yarn
1414
1515``` shell
16- yarn add @nolebase/markdown-it-element-transform
16+ yarn add @nolebase/markdown-it-element-transform -D
1717```
1818
1919### Pnpm
2020
2121``` shell
22- pnpm add @nolebase/markdown-it-element-transform
22+ pnpm add @nolebase/markdown-it-element-transform -D
2323```
2424
2525## Documentation
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ A VitePress plugin enhances the readabilities for VitePress built sites.
77### Npm
88
99``` shell
10- npm i @nolebase/vitepress-plugin-enhanced-readabilities
10+ npm i @nolebase/vitepress-plugin-enhanced-readabilities -D
1111```
1212
1313### Yarn
1414
1515``` shell
16- yarn add @nolebase/vitepress-plugin-enhanced-readabilities
16+ yarn add @nolebase/vitepress-plugin-enhanced-readabilities -D
1717```
1818
1919### Pnpm
2020
2121``` shell
22- pnpm add @nolebase/vitepress-plugin-enhanced-readabilities
22+ pnpm add @nolebase/vitepress-plugin-enhanced-readabilities -D
2323```
2424
2525## Documentation
Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ A VitePress plugin blinks to highlight the heading element when targeted and cli
77### Npm
88
99``` shell
10- npm i @nolebase/vitepress-plugin-highlight-targeted-heading
10+ npm i @nolebase/vitepress-plugin-highlight-targeted-heading -D
1111```
1212
1313### Yarn
1414
1515``` shell
16- yarn add @nolebase/vitepress-plugin-highlight-targeted-heading
16+ yarn add @nolebase/vitepress-plugin-highlight-targeted-heading -D
1717```
1818
1919### Pnpm
2020
2121``` shell
22- pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading
22+ pnpm add @nolebase/vitepress-plugin-highlight-targeted-heading -D
2323```
2424
2525## Documentation
You can’t perform that action at this time.
0 commit comments