You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(That project is a markdown-it plugin that uses Eleventy's eleventy-img plugin additionally, to resize/transform the images themselves. I believe I'd like to stay away from doing the image transforms and instead just transform the markdown-to-html output. I am probably more keen on adding figure elements and captions than using a picture element. So sue me.)
Currently adding images manually in blog posts and content, e.g.
Note the use of Cloudinary transform API in the URL here. And there's no ability to caption images, nor...various things.
What I'd like is:
<figure>
element or similar)Given that I don't want to pollute my markdown source/couple it to 11ty, I might come at this by writing
markdown-it
plugins. e.g. might crib from https://github.com/windmaomao/markdown-it-figure-caption for captioning.The text was updated successfully, but these errors were encountered: