Skip to content
hushvert

RST converter

Moving reStructuredText to Markdown or HTML is a pandoc job, and it runs on our server engine with the structure preserved. Uploaded files are deleted within about an hour.

What is RST?

reStructuredText (RST) is the plain-text markup of the Python documentation world: the language Sphinx reads to build the docs for thousands of projects. Like Markdown it is readable raw, but its directive syntax expresses richer structure (tables, cross-references, admonitions) that Markdown leaves to extensions.