Skip to content

Commit 1ae2819

Browse files
committed
Another code block fix
1 parent 615d455 commit 1ae2819

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/examples/static_string.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ TODO: describe all the many many ways to express attribute values, including
7171

7272
Let's look at what more nesting would look like:
7373

74-
````python
74+
```python
7575
from tdom import Element, Text
7676
result = html(t"<div>Hello <span>World<em>!</em></span></div>")
7777
assert result == Element(
@@ -111,4 +111,7 @@ without a _value_:
111111
result = html(t"<div editable={True}>Hello World</div>")
112112
# <div editable>Hello World</div>
113113
```
114-
````
114+
115+
```
116+
117+
```

0 commit comments

Comments
 (0)