You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Contributions are welcomed! Read the Contributing Guide for more information.
Licensing
This project is licensed under the Apache V2 License. See LICENSE for more information.
About
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.