-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I tend to use IPython shell examples rather than the plain Python console, and I'd like blacken-docs to format them, e.g.
.. code-block:: ipython
- In [1]: print('Hello World')
+ In [1]: print("Hello World")
Hello World
In [2]: print(
- ...: 'Hello World'
+ ...: "Hello World"
...: )
Hello WorldWould this be an accepted feature? Happy to give it a shot if so.
jarrodmillman
Metadata
Metadata
Assignees
Labels
No labels