RST is a Java implementation of reStructuredText parser. reStructuredText is plaintext that uses simple and intuitive constructs to indicate the structure of a document. It is always used in Python world, and is getting used in another world.
RST has been developed based on reStructuredText Markup Specification in Docutils 0.3.9, and almost features have been implemented. However, lots of directives have not been implemented yet by lack of human resource.
Implemented directives are only:
As for converters (known as 'Writer' in docutils), only a converter for HTML is implemented.
If you need another directive or converter, please e-mail me (skirnir at skirnir.net) or write and contribute a code. :-)
This software is distributed under the Apache License, version 2.0.
If you found bugs or have some requests, please e-mail me (skirnir at skirnir.net).