vuepress-plugin-attribution-references

2.1.0-alpha.3 • Public • Published

vuepress-plugin-attribution-references

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

Installation

yarn add vuepress-plugin-attribution-references

or

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

or

npm install vuepress-plugin-attribution-references

Usage

Enable plugin in .vuepress/config.js

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

or

module.exports = {
  plugins: [["attribution-references", opts]],
};
<style> table { width: 100%;} td:first-child {width: 15%;} td:last-child {width: 45%;} </style>

The opts object can contain:

Name Description Default
wrap Wrap options. see below
options markdown-it-attribution-references configuration options. see here

The wrap object can contain:

Name Description Default
enable Wrap figure. true
tag Wrapper tag. "div"
class Wrapper class. "wrapper"

License

GPL-3.0 © StudyATHome Internationally


Package Sidebar

Install

npm i vuepress-plugin-attribution-references

Weekly Downloads

1

Version

2.1.0-alpha.3

License

GPL-3.0

Unpacked Size

41.5 kB

Total Files

4

Last publish

Collaborators

  • alija