Markup fix

This commit is contained in:
Simon Willison 2024-08-05 14:07:16 -07:00
commit 78ce105413

View file

@ -19,6 +19,7 @@ New URL for SQL queries
Prior to ``1.0a14`` the URL for executing a SQL query looked like this: Prior to ``1.0a14`` the URL for executing a SQL query looked like this:
:: ::
/databasename?sql=select+1 /databasename?sql=select+1
# Or for JSON: # Or for JSON:
/databasename.json?sql=select+1 /databasename.json?sql=select+1