An open API service indexing awesome lists of open source software.

https://github.com/michaelaquilina/restructured-preview

Atom package to preview restructured text files
https://github.com/michaelaquilina/restructured-preview

Last synced: 7 months ago
JSON representation

Atom package to preview restructured text files

Awesome Lists containing this project

README

          

# restructured-preview package

Provide a preview for Restructured files. Does not require any external dependencies other than a working python interpreter!

This package was built due to the fact that current atom packages for restructured text require very heavy dependencies which
feel un-needed. This package aims to be as lean as possible.

Uses docutils to convert Restructured text files to the HTML which is rendered accordingly.