An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# markdown-it-pangu

[![Build Status](https://travis-ci.org/Shigma/markdown-it-pangu.svg?branch=master)](https://travis-ci.org/Shigma/markdown-it-pangu)
[![npm](https://img.shields.io/npm/v/markdown-it-pangu.svg)](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!