saberland/saber
Do you want to work on this issue?
You can request for a bounty in order to promote it!
saber-plugin-image: transform `<img>` instead #527
egoist posted onGitHub
Currently it transforms markdown image ![]()
to <saber-image>
, as we can use PostHTML to transform Vue template now, why not transform all <img>
tags that reference local images to <saber-image>
?