Set alt attribute for image nodes; extract images from HTML blocks
Source:R/get_images.R
process_images.Rd
Markdown specification is not always clear about what goes in the text part of an image. Pandoc specifies a markdown image as Since commonmark does not recognize the alt-text, we need to find it ourselves.
Usage
process_images(images, ns = tinkr::md_ns())