diff --git a/docs/writing_plugins.rst b/docs/writing_plugins.rst
index 3d4e972a..d1595dd3 100644
--- a/docs/writing_plugins.rst
+++ b/docs/writing_plugins.rst
@@ -118,7 +118,7 @@ To learn how to upload your plugin to `PyPI `_ for use by oth
Packaging a plugin using Poetry
-------------------------------
-Instead of using `setup.py` you can package a Datasette plugin using `Poetry `_. You can define your plugin using a `pyproject.toml` file such as:
+Instead of using ``setup.py`` you can package a Datasette plugin using `Poetry `_. You can define your plugin using a ``pyproject.toml`` file such as:
.. code-block:: toml