Installation
From PyPI
Install rst-in-md
using PyPI:
pip install rst-in-md
uv add rst-in-md
From Source
If you want to manually install it, run:
uv run hatchling build
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.