Skip to content

Support Python console (pycon) markdown code blocks #23078

@amyreese

Description

@amyreese
```pycon
>>> print("hello")
hello
>>> list(reversed(range(10)))
[9, 8, 7, 6, 5, 4, 3, 2, 1, 0]
```

Metadata

Metadata

Assignees

Labels

formatterRelated to the formatter

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions