LocationAwareLabelStorerHook
Hook that, if executed after LocationAwarenessHook has populated the location data for each location-trackable node, assigns identifiers to elements based on their location in the document and the current NumberingFormat which dictates the 'accuracy' or threshold.
For example, given a document with the following structure:
# Heading 1

## Heading 2

# Heading 3
Content copied to clipboard
If the numbering format for figures is
1.1, the first figure will be labeled as1.1, the second as1.2, and the third as2.1.If the numbering format for figures is
1, the first figure will be labeled as1, the second as2, and the third as3.
See also
Functions
Link copied to clipboard
Attaches this hook to the given iterator.