Parse all images in markdown content Only parses images that:
Supports following types (local file only):
![[image.png|fig:3.1|title:test|desc:description]]

The markdown content to parse
The prefix to match (e.g., "fig:"), default is "fig:"
Array of ImageMatch objects
Parse a single image line and return ImageMatch if valid
The line to parse
Line number in the document (just for record)
The prefix to match (e.g., "fig:")
ImageMatch or null if not a valid image
Parse all images in markdown content Only parses images that:
Supports following types (local file only):
![[image.png|fig:3.1|title:test|desc:description]]Param: markdown
The markdown content to parse
Param: imagePrefix
The prefix to match (e.g., "fig:"), default is "fig:"
Returns
Array of ImageMatch objects