2.1.0-alpha.3 • Published 3 years ago

vuepress-plugin-references v2.1.0-alpha.3

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
3 years ago

vuepress-plugin-references

VuePress plugin for referencing images, tables, etc. with markdown-it-references.

Installation

yarn add vuepress-plugin-references

or

npm install vuepress-plugin-references

Usage

Enable plugin in .vuepress/config.js

module.exports = {
  plugins: ["references"],
};

or

module.exports = {
  plugins: ["vuepress-plugin-references"],
};

or

module.exports = {
  plugins: [["references", opts]],
};

The opts object can contain:

NameDescriptionDefault
optionsmarkdown-it-references configuration option.see here
figuresvuepress-plugin-figure-references configuration option.see here
tablesvuepress-plugin-table-references configuration option.see here
attributionsvuepress-plugin-attribution-references configuration option.see here

License

GPL-3.0 © StudyATHome Internationally