You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the numbering object in the frontmatter does not allow resetting figure numbering on each heading_1.
In general, everything resets at the page level (unless continue: true, then it does not reset). There are a few special cases: headings reset when the heading level above increments and sub-figures reset when figures increment. But this could easily be made more generic with something like:
numbering:
figure:
reset: heading_1
I suspect this change might also clean up the code and remove special cases around headings and subfigures.
The text was updated successfully, but these errors were encountered:
Currently, the
numbering
object in the frontmatter does not allow resettingfigure
numbering on eachheading_1
.In general, everything resets at the page level (unless
continue: true
, then it does not reset). There are a few special cases: headings reset when the heading level above increments and sub-figures reset when figures increment. But this could easily be made more generic with something like:I suspect this change might also clean up the code and remove special cases around headings and subfigures.
The text was updated successfully, but these errors were encountered: