Hacker News new | ask | show | jobs
Show HN: Small lib leveraging Pyodide to convert RST to HTML (github.com)
1 points by tylfin 1132 days ago
Hey everyone,

While developing, I realized that there aren't great existing JS libraries to convert reStructuredText (RST) to HTML. Without WASM, I would've either tried to port the docutils code or pre-compute the rendered HTML.

It's exciting to start to leverage these new tools, and I hope this small demo gives you inspiration when thinking about client-side libraries :)