code fences
+++ [py] include_code_fences = ["python", ""] +++
tangling code with indented code fencesยค
fences are commented when code
```python
print("hello world")
```
# ```python
print("hello world")
# ```
+++ [py] include_code_fences = ["python", ""] +++
fences are commented when code
```python
print("hello world")
```
# ```python
print("hello world")
# ```