This is a forked version from the origin vuepress v1.
Since nobody is maintaining VuePress V1, it has a few known bugs and outdated deps. So here is this runtime for:
- Update deps to avoid outdated deps and security problems (which means droping Node V10)
- Bug fixes
With latest deps:
- markdown-it V12
- postcss V8
- webpack V5
- ... and so on
Bug fixes:
- Markdown render issues in old markdown-it versions
- File watching
- Broken Media links containing none-ASII characters in markdown
- ... and so on
- A lot of people may still need Vue2
- The original one is having security alerts that can not be fixed
- Some project may use latest deps like Webpack5, and in that case the original V1 won't work.
- ...