Open chuckwondo opened 3 months ago
Hmmm, I just discovered this: https://github.com/ml-tooling/lazydocs/blob/v0.4.8/src/lazydocs/generation.py#L366-L368
At first glance, this appears to be incorrect, but I'll investigate further.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
Describe the bug:
When a fenced code block includes a doctest test (specifically
>>>
prompts), the generated markdown is incorrect.Expected behaviour:
Fenced code blocks containing
>>>
should render just like any other fenced code block.For example, this docstring:
"""
Compute the sum of two numbers.
Examples:
Compute the sum of two numbers.
Examples: