mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 13:26:08 +10:00
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
export function Md () {
|
|
return require('markdown-it')()
|
|
}
|