Skip to content

Behavior of quotes in markdown type of links #10573

@couet

Description

@couet

Describe the bug
In my code, I have something like this:

- [The "BAR" and "HBAR" options](\ref HP10)

In the past (until version 1.9.8 at least) the text between the squared bracket was made a link to the reference HP10

Now, with doxygen 1.11, the quotes in my text make the result wrong. I get something like:

Screenshot 2024-01-19 at 11 36 50

The first double quote disappeared a new one appeared after options and only The is made a web link.

I noticed that if I escaped the double quotes with \ then it worked.

Is it a new behavior or a bug? Should we escape all the double quotes when they appeared in squared brackets?

Version
1.11.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    MarkdownMarkdown translation input related issuebug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions