-* sql: the query
-* params: a dictionary with the params used in the query
-* truncate: a boolean saying if the returned data can be separated in pages or not
-* page_size: the number of rows a page can contain
-* max_returned_rows: the maximum number of rows Datasette expects
+* **sql**: the query
+* **params**: a dictionary with the params used in the query
+* **truncate**: a boolean saying if the returned data can be separated in pages or not
+* **page_size**: the number of rows a page can contain
+* **max_returned_rows**: the maximum number of rows Datasette expects