MyST plugin for fixing cross-references where both the text and the cross-reference say "Figure" - this happens often with LaTeX autorefs.
To develop this package, you may run
npm install
npm run test
npm run lintThen, to add the plugin to your MyST build, you must build the .mjs file:
npm run buildThen link to the built file from you myst.yml:
project:
...
plugins:
- xref-prefix-plugin/dist/index.mjs