From da1a82056527468693fcbf3e863a4e1b1ce27197 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 26 Feb 2023 12:08:18 +0000 Subject: [PATCH] highlight lines --- docs/guide/layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/layout.md b/docs/guide/layout.md index 4f4b31f3a..5062c492c 100644 --- a/docs/guide/layout.md +++ b/docs/guide/layout.md @@ -175,7 +175,7 @@ Let's take the [utility containers](#utility-containers) example and update it t Composing with context managers. - ```python + ```python hl_lines="10-16" --8<-- "docs/examples/guide/layout/utility_containers_using_with.py" ``` @@ -183,7 +183,7 @@ Let's take the [utility containers](#utility-containers) example and update it t This is the original code. - ```python + ```python hl_lines="10-21" --8<-- "docs/examples/guide/layout/utility_containers.py" ```