100% Private

RST to HTML Converter - Python Documentation Tool

Convert reStructuredText to HTML with directives, roles, and code highlighting. Perfect for Python docs, Sphinx projects, technical writing.

Drop RST file here or click to browse

Accepts .rst, .txt files

Enter RST to see preview

Common RST Syntax
RST SyntaxDescriptionHTML Result
**bold**Strong emphasisbold
*italic*Emphasisitalic
``code``Inline literalcode
Title
======
Section heading<h1>Title</h1>
Subtitle
--------
Subsection<h2>Subtitle</h2>
.. note::Note directiveHighlighted note box
.. warning::Warning directiveHighlighted warning box
.. code-block:: pythonCode block with language<pre><code class="python">
:ref:`label`Role (cross-reference)Inline semantic markup
`link <url>`_Hyperlink<a href="url">link</a>
Copied to clipboard

Related Tools

View all Markup converters →

Privacy Notice: This site works entirely in your browser. We don't collect or store your data. Optional analytics help us improve the site. You can deny without affecting functionality.