0.1.0 • Published 3 months ago

myst-ext-xref-prefix v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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.

npm.io

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