Skip to content

Commit

Permalink
fix: code highlighting fixed (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJWOMS authored Nov 2, 2024
1 parent 839d756 commit 4b0ca46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs/application/levels.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can create as many levels as you desire. From nested includes to

## With a ChildEsmerald

```python hl_lines="50 59"
```python hl_lines="49 58"
{!> ../../../docs_src/application/app/child_esmerald_level.py !}
```

Expand Down Expand Up @@ -59,7 +59,7 @@ precedence can be applied between an `Esmerald` instance and the corresponding `
In other words, you **don't need** to create/repeat the same permissions and middlewares (common to both) across
every instance. They can be applied **globally** from the top main `Esmerald` object.

```python hl_lines="99-101 108 115 119-120"
```python hl_lines="97-99 108 115 117-118"
{!> ../../../docs_src/application/app/permissions_and_middlewares.py !}
```

Expand Down

0 comments on commit 4b0ca46

Please sign in to comment.