Frequently markdown docs contain HTML tags that are not valid in MDX/JSX. For instance the br or hr tags don't need to be closed in the browser but they do in MDX/JSX. This project fixes this issue as well as some other markdown related issues. -
View it on GitHub