2.1.0-alpha.3 • Published 3 years ago

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

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

vuepress-plugin-table-references

VuePress plugin for table referencing with markdown-it-table-references.

Installation

yarn add vuepress-plugin-table-references

or

npm install vuepress-plugin-table-references

Usage

Enable plugin in .vuepress/config.js

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

or

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

or

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

The opts object can contain:

NameDescriptionDefault
wrapWrap options.see below
optionsmarkdown-it-table-references configuration options.see here

The wrap object can contain:

NameDescriptionDefault
enableWrap figure.true
tagWrapper tag."div"
classWrapper class."wrapper"

License

GPL-3.0 © StudyATHome Internationally