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. content of first footnote content of second content of third footnote content of fourth footnote content of 5th footnote
footnote call numbering method: .footnote::footnote-call { content: counter(footnote); } footnote marker numbering method: .footnote::footnote-marker { content: counter(footnote); }