From: Jorge Alvarado Date: Sat, 27 Aug 2022 21:55:15 +0000 (-0400) Subject: 🎨 Remove unwanted highlight in the docs (#233) X-Git-Tag: 0.0.7~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e48fb2874bc9df048f059a9f819120e36fe3440a;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🎨 Remove unwanted highlight in the docs (#233) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/tutorial/automatic-id-none-refresh.md b/docs/tutorial/automatic-id-none-refresh.md index ac6a2a4f..bbf74dd3 100644 --- a/docs/tutorial/automatic-id-none-refresh.md +++ b/docs/tutorial/automatic-id-none-refresh.md @@ -450,7 +450,7 @@ Now let's review all this code once again. And as we created the **engine** with `echo=True`, we can see the SQL statements being executed at each step. -```{ .python .annotate hl_lines="54" } +```{ .python .annotate } {!./docs_src/tutorial/automatic_id_none_refresh/tutorial002.py!} ```