Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eric200203/hexo-mahgen

Mahgen plugin for Hexo.
https://github.com/eric200203/hexo-mahgen

Last synced: 3 months ago
JSON representation

Mahgen plugin for Hexo.

Awesome Lists containing this project

README

        

# hexo-mahgen

![](https://img.shields.io/npm/l/hexo-mahgen) |
![](https://img.shields.io/npm/v/hexo-mahgen)

`hexo-mahgen` is a Hexo plugin for inserting mahjong tiles generated by [mahgen](https://github.com/eric200203/mahgen) into your blog.

## Installation

```shell
npm install --save hexo-mahgen
```

## Usage

Use as a tag in `.md` files:

```markdown
{% mahgen 1m|_123p|5v05m|0z11s0z|66^6z %}
```

You can check [this doc](https://github.com/eric200203/mahgen/blob/master/README.md) to see the grammar of sequences.

## License

[MIT](./LICENSE)