Skip to content

Instantly share code, notes, and snippets.

@sschr15
Last active September 19, 2020 14:59
Show Gist options
  • Save sschr15/63e0529527b66f17b1daa832172f1233 to your computer and use it in GitHub Desktop.
Save sschr15/63e0529527b66f17b1daa832172f1233 to your computer and use it in GitHub Desktop.
```python
example = """
# header
some text
\```python
# a code block, don't you dare see this
print("print()")
\```
the end
"""
```
@sschr15
Copy link
Author

sschr15 commented Sep 19, 2020

example = """
# header
some text
\```python
# a code block, don't you dare see this
print("print()")
\```
the end
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment