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

Rendered images should use Markdeep class=pixel #498

Closed
hollasch opened this issue Apr 29, 2020 · 0 comments
Closed

Rendered images should use Markdeep class=pixel #498

hollasch opened this issue Apr 29, 2020 · 0 comments
Assignees
Milestone

Comments

@hollasch
Copy link
Collaborator

Currently, we're wrapping rendered images in div.render. We don't need to do that, as Markdeep already has a pixel image type built in.

Instead of this:

<div class="render">

![A simple red sphere](../images/img.red-sphere.png)

</div>

we should just use this:

![A simple red sphere](../images/img.red-sphere.png class=pixel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant