Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Kramdown's refdef used incorrectly #4

Closed
soup-bowl opened this issue Jan 27, 2022 · 0 comments
Closed

Kramdown's refdef used incorrectly #4

soup-bowl opened this issue Jan 27, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@soup-bowl
Copy link
Owner

refdef is used throughout for apply a class to center images. This appears to be wrong, as it's for applying generalised styles and not for the current use case.

Switch:

{:refdef: class="article-image"}
![Example Image](example.png)
{: refdef}

to:

![Example Image](example.png)
{: .article-image }
@soup-bowl soup-bowl added the bug Something isn't working label Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant