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
- Host: GitHub
- URL: https://github.com/michaelaquilina/restructured-preview
- Owner: MichaelAquilina
- License: mit
- Created: 2015-09-22T22:48:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T21:58:53.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T23:40:40.858Z (11 months ago)
- Language: Python
- Size: 2.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.