Skip to content

Commit f1a46ed

Browse files
committed
Merge branch 'main' of github.com:lebalz/docusaurus-live-brython
2 parents 1396996 + 4fb051c commit f1a46ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/meta-comments/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ print(f'Time taken: {t1 - t0:.6f} seconds')
2727

2828

2929
```py live_py
30+
#
3031
from time import time
3132
t0 = time()
3233
### PRE
@@ -38,8 +39,9 @@ a_5 = fib(27)
3839
### POST
3940
t1 = time()
4041
print(f'Time taken: {t1 - t0:.6f} seconds')
42+
#
4143
```
4244

4345
:::tip[Hover over the code block]
4446
Hover over the code block to see the buttons to expand `preCode` and `postCode` parts of the code block.
45-
:::
47+
:::

0 commit comments

Comments
 (0)