trustedtomato / decharge

A static site generator based on TSX/JSX but the generated site doesn't have any JavaScript by default.
https://trustedtomato.github.io/decharge/
MIT License
3 stars 0 forks source link

Extract markdown-it-async-render (project-website) #9

Open trustedtomato opened 3 years ago

trustedtomato commented 3 years ago

markdown-it doesn't have native support for async renderers, so I created a function which simplifies async rendering. This library might be useful for others too, so extracting it into its own package might be a good idea.