Closed simonw closed 2 years ago
https://stackoverflow.com/a/44379513 suggests that the fix is:
.. code-block:: text
Or set this in conf.py
:
highlight_language = "none"
I like that better - I don't like that all ::
blocks default to being treated as Python code.
Deploying that to https://sqlite-utils.datasette.io/en/latest/cli-reference.html#insert
That fixed it:
https://sqlite-utils.datasette.io/en/stable/cli-reference.html#insert
It looks like Python keywords are being incorrectly highlighted here.