Outside a list:
::: version:
print("foo")
``` version:
print("foo")
#! version:
1 | |
Inside a list:
-
::: version:
Only four spaces to indent:
:::python print("foo")
Using eight spaces to indent:
print("foo") -
``` version:
Only four spaces to indent:
python print("foo")Using eight spaces to indent:
```python print("foo") ``` -
! version:
Only four spaces to indent:
!python
print("foo")
Using eight spaces to indent:
1print("foo")