UNPKG

rst2html

Version:

Convert reStructured Text to HTML

12 lines (7 loc) 164 B
# rst2html A JavaScript library that renders reStructuredText to HTML. It also uses Jest as unit testing. ## Installation ```js npm install rst2html --save ```