Skip to content

Attributes not supported in image references #181

@abackstrom

Description

@abackstrom

The following snippet correctly applies the id attribute to the <img> tag:

![image{@id=foo}](http://example.com/i.jpg)

When using image references, the same translation is not applied:

![image{@id=foo}][image]

  [image]: http://example.com/i.jpg

The above results in alt="image{@id=foo}".

For consistency, attributes should be supported with image references.

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