myst-ext-xref-prefix
v0.1.0
Published
MyST plugin for fixing cross-references where both the text and the cross-reference say "Figure" - this happens often with LaTeX autorefs.
Downloads
3
Readme
myst-ext-xref-prefix
MyST plugin for fixing cross-references where both the text and the cross-reference say "Figure" - this happens often with LaTeX autorefs.
![]()
Development
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