Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamline MD to HTML parsing #16

Open
sdthaker opened this issue Nov 1, 2023 · 0 comments
Open

Streamline MD to HTML parsing #16

sdthaker opened this issue Nov 1, 2023 · 0 comments

Comments

@sdthaker
Copy link
Owner

sdthaker commented Nov 1, 2023

Currently, MD to HTML parsing is done manually and it only supports a couple of features. We want to implement full MD to HTML parsing support. This can be easily achieved using the library remark-rehype, just like how Docusaurus does it. Its usage is given here just for reference. The code changes must be tested thoroughly to make sure the parsing happens properly. Integrating this will bring parsing logic to just a few lines and will support all MD features out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant