Skip to main content

mdxify.formatter

Docstring formatting utilities.

Functions

format_docstring_with_griffe

format_docstring_with_griffe(docstring: str) -> str
Format a docstring using Griffe for better structure.

escape_mdx_content

escape_mdx_content(content: str) -> str
Escape content for MDX to prevent parsing issues, but not inside code blocks.
I