Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple reference duplication when loading docstring of function #660

Open
mptino opened this issue Jan 11, 2024 · 1 comment
Open

Multiple reference duplication when loading docstring of function #660

mptino opened this issue Jan 11, 2024 · 1 comment

Comments

@mptino
Copy link

mptino commented Jan 11, 2024

Problem Description

Hello - I am using pdoc to compile the docstring of all my methods in my API. But occasionally the references used in the docstring of a specific method are duplicated (or triplicated), and I'm not really sure why.

Please see here, where source code is shown to only contain 2 references, but the resultant pdoc compilation produces duplicates...

Steps to reproduce the behavior:

  1. I am using the github workflow described by a yml file

System Information

Unable to determine system pdoc version used by the yml file above.

Thank you so much!
Matthew

@mptino mptino added the bug label Jan 11, 2024
@mhils
Copy link
Member

mhils commented Jan 18, 2024

This looks like an issue in the Markdown library we're using, markdown2.

@mhils mhils added the upstream label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants