MarkdownUtilitiesGetReferencedImageUrls Method |
Gets a list of all referenced image Urls.
We use this only in the serialization code to serialize only those local images which are referenced in the markdown.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static List<(string Url, int urlSpanStart, int urlSpanEnd)> GetReferencedImageUrls(
MarkdownDocument markdownDocument
)
Parameters
- markdownDocument MarkdownDocument
[Missing <param name="markdownDocument"/> documentation for "M:Altaxo.Text.MarkdownUtilities.GetReferencedImageUrls(Markdig.Syntax.MarkdownDocument)"]
Return Value
ListValueTupleString,
Int32,
Int32A new list containing all image Urls together with the begin and and of the Url span.
See Also