From ab385b8a7b61ef710623d2c40915b0bec5a23a3c Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Tue, 12 Aug 2025 09:24:31 -0700 Subject: [PATCH] docs: try a different admonition format --- docs/howto/overrides.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/howto/overrides.md b/docs/howto/overrides.md index 8ed467ce6e..f227ea041f 100644 --- a/docs/howto/overrides.md +++ b/docs/howto/overrides.md @@ -1,6 +1,8 @@ # Overriding types -.. note:: Type overrides and field renaming are only fully-supported for Go. +:::{note} +Type overrides and field renaming are only fully-supported for Go. +::: In many cases it's useful to tell `sqlc` explicitly what Go type you want it to use for a query input or output. For instance, by default when you use