pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

pdoc incorrectly orders references with numpy formatting

Open mptino opened this issue 7 months ago • 1 comments

Problem Description

Looking at the source code for the orientation function in this link, you will see that the ordering of references is incorrect. In the source code, the order that the references appear is 1,2,3 but after pdoc compilation we get 2,3,1.

Steps to reproduce the behavior:

  1. Run github action here
  2. Look at the pages produced, such as here

System Information

Looking at the build log here, pdoc version is 15.0.3

mptino avatar May 23 '25 21:05 mptino

Thank you for the report! This very likely is a bug in markdown2, the Markdown library we use in pdoc. :)

mhils avatar May 24 '25 12:05 mhils