Created
April 29, 2025 17:36
-
-
Save francorbacho/500264651cfa4c70a1550b3be2724f4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#show raw.where(block: true): it => { | |
rect(width: 100%, stroke: 0.4mm + gray, radius: 3pt, inset: 6pt)[#it] | |
} | |
```python | |
def foo(): | |
return | |
if true: | |
foo() | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment