Hi,
I like the idea of these counters, and I have use-cases for them.
Here is a proposal for the manual entry
This macro implements custom counters by returning the number of times
the macro has been expanded so far while exporting the buffer.
You can create more than one counter using different @var{NAME} values. If
@var{RESET} is non-empty, the specified counter is reset to the value
specified if it is a number, or 1 otherwise. You may leave @var{NAME}
empty to reset the default counter will be reset.
A question regarding the last sentence of this proposed manual entry:
is {{{c(,2)}}} allowed to reset the default counter? I think is should be, but I have
not tested this.
Carsten