HTML to reStructuredText - Web Content to RST Docs
Convert HTML pages to reStructuredText format. Transform web content into Sphinx-ready documentation for Python projects and technical writing.
Note: First conversion initializes Pandoc WebAssembly (~55MB download). Subsequent conversions are instant and work offline.
Drop HTML file here or click to browse
Accepts .html, .htm filesEnter HTML content to convert
HTML to RST Reference
| HTML | RST Output |
|---|---|
<h1> | Title with = underline |
<h2> | Section with - underline |
<strong> | **bold** |
<em> | *italic* |
<code> | ``code`` |
<a href> | `text <url>`_ |
<ul><li> | - item |
<pre> | .. code-block:: |
Conversion complete