FigureRenumeratorRenumerateFigures(MarkdownDocument, String) Method |
Renumerates all figures, all elements that are enclosed in ^^^ and that have a figure caption.
The links to those figures are updated, too.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string RenumerateFigures(
MarkdownDocument document,
string documentText
)
Parameters
- document MarkdownDocument
- The parsed markdown document.
- documentText String
- The document text.
Return Value
StringThe modified document text, with renumerated figure captions and updated links.
See Also