Methods#
(inner) parseImage(md)#
Marpit image parse plugin.
Parse image tokens and store the result into marpitImage
meta. It has an image url and options. The alternative text is regarded as space-separated options.
Parameters:
Name | Type | Description |
---|---|---|
md | MarkdownIt | markdown-it instance. |
- Source