Skip to content

Instantly share code, notes, and snippets.

@rochacbruno
Created September 7, 2025 21:23
Show Gist options
  • Save rochacbruno/75bd5b8b295741ce646c4bc1fef188a9 to your computer and use it in GitHub Desktop.
Save rochacbruno/75bd5b8b295741ce646c4bc1fef188a9 to your computer and use it in GitHub Desktop.
Format python console REPL blocks on github markdown code fences
>>> from pprint import pprint as pp
>>> from rich import inspect
>>> import datetime
>>> a = 1
```pycon
>>> from pprint import pprint as pp
>>> from rich import inspect
>>> import datetime
>>> a = 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment