Skip to content

Installation

From PyPI

Install rst-in-md using PyPI:

pip install rst-in-md
or
uv add rst-in-md

From Source

If you want to manually install it, run:

uv run hatchling build
and then install the wheel file generated in the dist/ directory.

Locally

If you want to use it locally, you can clone the repository and run:

uv add . --editable

Now you can use the extension in your markdown files.