I needed a way to turn RST to html in nim, so I looked at `packages/docutils/rstgen`. Here are some issues I have with it:
* It is not js compatible (I tried making an api, and it was slow) * It only supports nim highlighting, not other popular languages * This one might not be related, but i can’t figure out how to capture the warnings it produces. If anyone has a way to fix this/alternate lib, please let me know!
