Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
georgik opened this issue Oct 25, 2024 · 0 comments
Open

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

georgik opened this issue Oct 25, 2024 · 0 comments
Assignees
Labels
Type: Feature Request Feature Request for developer-portal

Comments

@georgik
Copy link
Collaborator

georgik commented Oct 25, 2024

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.

@georgik georgik added the Type: Feature Request Feature Request for developer-portal label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request Feature Request for developer-portal
Projects
None yet
Development

No branches or pull requests

2 participants