Skip to content

Nested within link - ignored #1

@flywire

Description

@flywire

The following URL is ignored:

[![Alt text](/path/to/image.png "This is the title of the image.")](URL)

Expected:

<figure>
<a href="URL">
<img alt="Alt text" src="/path/to/image.png" title="This is the title of the image."/>
</a>
<figcaption><span>Figure 1:</span> This is the title of the image.</figcaption>
</figure>

The link would include the image but not the caption.

The alt tag needs more consideration.

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