https://github.com/shigma/markdown-it-pangu
A markdown-it plugin which inserts whitespace into your markdown files
https://github.com/shigma/markdown-it-pangu
Last synced: about 1 year ago
JSON representation
A markdown-it plugin which inserts whitespace into your markdown files
- Host: GitHub
- URL: https://github.com/shigma/markdown-it-pangu
- Owner: shigma
- License: mit
- Created: 2019-03-01T08:28:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T06:41:50.000Z (almost 4 years ago)
- Last Synced: 2025-04-20T13:37:18.399Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://shigma.github.io/markdown-it-pangu/
- Size: 222 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown-it-pangu
[](https://travis-ci.org/Shigma/markdown-it-pangu)
[](https://www.npmjs.com/package/markdown-it-pangu)
A [markdown-it](https://github.com/markdown-it/markdown-it) which inserts whitespace into your markdown files.
- [Home Page](https://shigma.github.io/markdown-it-pangu/)
## Usage
```bash
npm install markdown-it-pangu
# OR
yarn add markdown-it-pangu
```
## Configurations
### additionalRules
- **type**: `string[]`
- **default**: `['code_inline']`
## Contribution
Contribution Welcome!