https://github.com/shigma/vuepress-plugin-spacing
A VuePress plugin which inserts whitespace into your markdown files.
https://github.com/shigma/vuepress-plugin-spacing
Last synced: 2 months ago
JSON representation
A VuePress plugin which inserts whitespace into your markdown files.
- Host: GitHub
- URL: https://github.com/shigma/vuepress-plugin-spacing
- Owner: shigma
- License: mit
- Created: 2019-03-01T08:29:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T13:17:21.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T08:50:30.281Z (8 months ago)
- Language: JavaScript
- Homepage: https://shigma.github.io/markdown-it-pangu/vuepress.html
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuepress-plugin-pangu
[](https://travis-ci.org/Shigma/markdown-it-pangu)
[](https://www.npmjs.com/package/vuepress-plugin-pangu)A [VuePress](https://vuepress.vuejs.org/) plugin which inserts whitespace into your markdown files.
- [Home Page](https://shigma.github.io/markdown-it-pangu/vuepress.html)
## Usage
```bash
npm install vuepress-plugin-pangu
# OR
yarn add vuepress-plugin-pangu
```## Configurations
### additionalRules
- **type**: `string[]`
- **default**: `['code_inline']`## Contribution
Contribution Welcome!