#How do you handle sublevels in a custom numbering function?
7 messages · Page 1 of 1 (latest)
I don't think that's a hack, that's how it's intended to work. Need to use full to get more than just first
Then how does numbering: "1.a." work without full?
for enums, it can only work with full: true if you have a function there
i believe the idea is that you can reuse the same numbering format (especially if provided by a 3rd party lib, for example) but control how many numbers are displayed
with full: false the numbering format receives a single number and so only displays one number at a time, for each level, whereas with full: true it will receive and display the numbers for all levels simultaneously