Skip to content

myst-ext/myst-ext-xref-prefix

Repository files navigation

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 lint

Then, to add the plugin to your MyST build, you must build the .mjs file:

npm run build

Then link to the built file from you myst.yml:

project:
  ...
  plugins:
    - xref-prefix-plugin/dist/index.mjs

About

MyST Plugin for rewriting "Figure [Figure 1]"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published