This document has footnotes with automatically generated numbers. There are 5 footnotes at the end of this line
all of which have automatically generated numbers. In this HTML+CSS example I use CSS counters instead of manually setting IDs, as we would normally
generate during the CSS transformation process.
footnote call numbering method:
.footnote::footnote-call { content: counter(footnote); }
footnote marker numbering method:
.footnote::footnote-marker { content: counter(footnote); }