Auto number all the figures in the given markdown content based on the specified configurations.
This function not update citation, use autoNumberCurrentFileFigures in real function call.
autoNumberCurrentFileFigures
the markdown content to process
the auto-numbering related configurations, including type, depth, delimiter, etc.
process for quotes is handled inside parseMarkdownLine function
Auto number all the figures in the given markdown content based on the specified configurations.
This function not update citation, use
autoNumberCurrentFileFiguresin real function call.