Closed ttesileanu closed 8 months ago
@ttesileanu Thank you for the report. I'm sorry it took so much time to reply. I've been on vacation, followed by a war. I'll attend to this issue in the following weeks.
Thanks! And so sorry for what you're going through... 😞
@ttesileanu I've pushed a fix to the main branch that should fix this issue.
I couldn't reproduce the issue with the example you provided, but I managed to find an example to reproduce this issue.
I guess this might be because you are not using the latest Sphinx version, or that sphinx-apidoc
behaves differently than sphinx-build
.
You can install the latest commit and see if it solves this issue for you. If it solves it, I'll upload a new version soon.
pip uninstall sphinx-markdown-builder
pip install git+https://github.com/liran-funaro/sphinx-markdown-builder.git@main
This fixes it, thanks! (And sorry for the delayed reply.)
Great to hear. This fix is now part of the latest release (0.6.6). Please check it out and update here if this works for you.
Yes, v0.6.6 works! Thanks!
Attributes that have type information lead to wrongly formatted outputs, e.g.,:
yields
To Reproduce Steps to reproduce the behavior:
test.py
with contentsdocs/_build/markdown/test.md
iswhere the last line renders as
Expected behavior The last line should instead render as (for instance):
which can be achieved by having an additional space before the first star:
Environment (please complete the following information):