The Wire · Showcase
VITEPRESS ADDS MARKDOWN CONTAINERS, CREATE-VUE TIGHTENS TOOLCHAIN
By RepoJournal · Filed · About Vue.js
VitePress shipped long-overdue markdown container support for note, important, and caution blocks while create-vue rolled through routine dependency updates and upgraded its GitHub Actions.
VitePress finally wired up three markdown containers that were defined but never actually usable [1]. The note, important, and caution containers are now live, letting you use the ::: syntax for semantic content blocks. This closes two separate feature requests and gives documentation authors the structured callouts they've been waiting for. Meanwhile, create-vue is keeping its dependencies current with updates to @types/node, oxc packages, and a major bump to actions/setup-node v7 [2] [3]. The toolchain moves are all low-risk maintenance plays. On the housekeeping front, create-vue also landed VSCode settings and license updates to keep the scaffold aligned with project standards [4] [5].
Action items
- → Update VitePress if you maintain documentation sites needing semantic containers vuejs/vitepress [plan]
- → Sync create-vue to latest if you're scaffolding new projects vuejs/create-vue [plan]
References
- [1] feat: support `note`, `important`, `caution` markdown containers (#5161) vuejs/vitepress
- [2] chore(deps): update oxc packages ↗ vuejs/create-vue
- [3] chore(deps): update actions/setup-node action to v7 ↗ vuejs/create-vue
- [4] chore: update vscode settings ↗ vuejs/create-vue
- [5] chore: update license ↗ vuejs/create-vue