For VuePress 2 not highlighting vue-html
code blocks when using @vuepress/plugin-shiki
.
npm install
npm run dev
To see the difference with Prism.js, disable the custom plugins in .vuepress/config.js
.
<CFormGroup required>
<CLabel>Label</CLabel>
<CTextField />
</CFormGroup>