Currently, adding a photo to micro.blog inserts <img>
HTML tags versus ![]()
. Using Markdown syntax would allow us to use Hugo’s render hooks. This would mean a plugin like glightbox could add a render hook template for images and avoid the use of a shortcode (or at least exclusive use).
This would mean I could use glightbox without breaking the newsletter feature (which grabs content somewhere in the rendering pipe before shortcodes are expanded) and just makes it easier to get these features for end users simply as a consequence of using micro.blog and having the plug in installed without having to remember the syntax.