When starting yarn for my docusaurus 2 website, I see that the website is running on a local host (http://localhost:3000/). However, I noticed that there was an Unterminated JSX contents error. Despite the markdown being correct.
This is the error that appears:
76 | </li>
77 | </ul>
> 78 | </MDXLayout>
| ^
79 | )
80 | };
81 | MDXContent.isMDXComponent = true