Closed
Description
The initial implementation of the docstring code snippet formatter in #8811 only reformats doctest code snippets. This issue tracks the work for making it also reformat Markdown Python code snippets. Work should probably proceed by adding a new CodeExampleKind
:
ruff/crates/ruff_python_formatter/src/expression/string.rs
Lines 1373 to 1385 in d9845a2