This task is done when Parsoid emits the same explicit ("fallback") footnote markers as the legacy parser, including for custom groups.
Out of scope:
Parsoid renders footnote markers in two layers, one is a CSS counter reset which will be styled by the browser to show digits in the current content language. The other is a plaintext fallback, eg. "[1]". This plaintext should be rendered using page content digits in the same way as FootnoteMarkFormatter in the legacy parser.
Custom groups present a challenge and we'll decide in T370879: Investigation: How to best support custom footnote marker groups in VE, Parsoid, and read mode? how to go forward. The simplest migration is to wire through the legacy Cite logic at first, but it depends on l10n services which aren't available to Parsoid. It also leaves technical debt in the code and on-wiki, where users have to manually compile long alphabetical lists. (done)