Writes each inline base64 image data URI in the given markdown files out to a real image file and
rewrites the markdown to link to it. The image filename derives from the alt text when it yields
a usable slug, otherwise a per-file img-1, img-2, ... counter is used; the extension comes
from the data URI's mime type.
CLI command handler for extract operations.
Writes each inline base64 image data URI in the given markdown files out to a real image file and rewrites the markdown to link to it. The image filename derives from the alt text when it yields a usable slug, otherwise a per-file
img-1,img-2, ... counter is used; the extension comes from the data URI's mime type.