I have a website in docusaurus v1 that I am migrating to v2.
It has several docs in .md
format with embedded HTML tags.
After the migration, the website won't load due to invalid tags.
Is it possible to disable this JSX validation in v2 and have the same behavior I have in v1?