Skip to content

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")
# ```