Skip to content

Add check that article contains "figure" instead of MarkDown image #170

@georgik

Description

@georgik

Hugo performs optimization of resources and it might add gray tint to image.
This increases a processing time.

Example:

![Export Camera photo](./img/camera.webp "Export Camera photo")

Correct format should be:

{{< figure
    default=true
    src="img/camera.webp"
    caption="Export Camera photo"
    >}}

Please, add check and update the Contribution Guide.

Metadata

Metadata

Assignees

Labels

Priority: MediumIssue affecting content rendering, its UX, or readabilityStatus: OpenedIssue is newType: Feature RequestFeature Request for developer-portal

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions