Open
Description
- I confirm that this is an issue rather than a question.
Bug report
Steps to reproduce
- clone https://github.com/davidkpiano/xstate
git checkout a8ca50b3f676a6d7bdeee0f0dd229251a2daa30a
- run
yarn
to install dependencies - run
yarn docs:dev
- open
http://0.0.0.0:8080/docs/guides/communication.html#configuring-services
What is expected?
Code highlighted with red underlines in the screenshot above should be rendered into HTML.
BTW, I've tried to upgrade vuepress to the latest version, and it made no difference. But I can move the Badge
to the end or the middle of paragraph to work around the problem.
What is actually happening?
markdown syntax was rendered instead.
Other relevant information
- Output of
npx vuepress info
in my VuePress project:
npx vuepress
vuepress v1.7.1
Usage:
$ vuepress <command> [options]
Commands:
dev [targetDir] start development server
build [targetDir] build dir as static site
eject [targetDir] copy the default theme into .vuepress/theme for customization.
info Shows debugging information about the local environment
For more info, run any command with the `--help` flag:
$ vuepress dev --help
$ vuepress build --help
$ vuepress eject --help
$ vuepress info --help
Options:
-v, --version Display version number
-h, --help Display this message