[V2] Parse error occur when heading contains <
in mdx
#2157
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
good first issue
If you are just getting started with Docusaurus, this issue should be a good place to begin.
help wanted
Asking for outside help and/or contributions to this particular issue or PR.
🐛 Bug Report
My docs site has broken since
2.0.0-alpha.40
, if the heading(h1, h2, ...) contains<
,<=
in mdx , it will break when runyarn build
but it works fine in the development environment.Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
## node < 8 ....
or
## node < 8 ....
yarn build
Expected behavior
build success
Actual Behavior
Reference
#2116
The text was updated successfully, but these errors were encountered: