Handsdown API Index / Handsdown / Utils / Blackify
Auto-generated documentation for handsdown.utils.blackify module.
Format content
with black
.
content
- Python code to format.
Formatted python code.
ValueError
- Ifcontent
is not a valid Python code.
def blackify(content: str) -> str:
...