@mr-hope/vuepress-shared
Advanced tools
Changelog
2.0.0-beta.67 (2022-05-21)
'
(e51eac9)Changelog
2.0.0-beta.66 (2022-05-20)
@codetab
to @tab
, shorten keywords according to user feedback@codetab
to @tab
(9cdd7c8)Changelog
2.0.0-beta.65 (2022-05-20)
md-enhance: codegroup is replaced by codetabs
Before:
:::: code-group
::: code-group-item pnpm
```bash
pnpm create vuepress-theme-hope@next [dir]
```
:::
::: code-group-item npm:active
```bash
npm init vuepress-theme-hope@latest@next [dir]
```
:::
::::
After:
::: code-tabs
@tab pnpm
```bash
pnpm create vuepress-theme-hope@next [dir]
```
@tab:active npm
```bash
npm init vuepress-theme-hope@latest@next [dir]
```
:::
This change avoids nesting containers and makes it easier to read and write.
Changelog
2.0.0-beta.63 (2022-05-18)
Changelog
2.0.0-beta.62 (2022-05-17)
Changelog