Skip to content

arXiv multi-citation groups lose all but the first reference #142

@MaxWolf-01

Description

@MaxWolf-01

When arXiv HTML has multiple citations in a single bracket group, only the first one is preserved.

Example

https://arxiv.org/html/1706.03762v7

The HTML has a group of three citations:

<cite class="ltx_cite ltx_citemacro_citep">[<a href="#bib.bib35" class="ltx_ref">35</a>,
<a href="#bib.bib2" class="ltx_ref">2</a>,
<a href="#bib.bib5" class="ltx_ref">5</a>]</cite>

Expected: [^35] [^2] [^5]

Actual: [^35]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions