Skip to content

footnotes markdown extension fails validation #3919

@juntyr

Description

@juntyr

In https://github.com/juntyr/numcodecs-rs, I use footnotes for one of the Python packages. Building MkDocs in strict mode gives the following messages:

INFO    -  Doc file 'api/numcodecs_wasm_random_projection/index.md' contains a link '#numcodecs_wasm_random_projection.RandomProjection--fn:1', but there is no
           such anchor on this page.
INFO    -  Doc file 'api/numcodecs_wasm_random_projection/index.md' contains a link '#numcodecs_wasm_random_projection.RandomProjection--fn:2', but there is no
           such anchor on this page.
INFO    -  Doc file 'api/numcodecs_wasm_random_projection/index.md' contains a link '#numcodecs_wasm_random_projection.RandomProjection--fnref:1', but there is no
           such anchor on this page.
INFO    -  Doc file 'api/numcodecs_wasm_random_projection/index.md' contains a link '#numcodecs_wasm_random_projection.RandomProjection--fnref:2', but there is no
           such anchor on this page.

These links are the forward and backward links of the footnotes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions