2.1.0-alpha.3 • Published 4 years ago
vuepress-plugin-attribution-references v2.1.0-alpha.3
vuepress-plugin-attribution-references
VuePress plugin for attribution referencing with markdown-it-attribution-references.
Installation
yarn add vuepress-plugin-attribution-referencesor
module.exports = {
plugins: ["vuepress-plugin-attribution-references"],
};or
npm install vuepress-plugin-attribution-referencesUsage
Enable plugin in .vuepress/config.js
module.exports = {
plugins: ["attribution-references"],
};or
module.exports = {
plugins: [["attribution-references", opts]],
};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
2.1.0-y.0
4 years ago
2.1.0-alpha.3
4 years ago
2.1.0-alpha.1
4 years ago
2.1.0-alpha.0
4 years ago
2.0.0-alpha.0
4 years ago
1.0.0-alpha.9
5 years ago
1.0.0-alpha.8
5 years ago
1.0.0-alpha.7
5 years ago
1.0.0-alpha.6
5 years ago
1.0.0-alpha.5
5 years ago
1.0.0-alpha.3
5 years ago
1.0.0-alpha.0
5 years ago
0.0.1-alpha.1
5 years ago
0.0.1-alpha.0
5 years ago