Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hanai/hexo-filter-mermaid-tag

A hexo plugin that covert '``` mermaid' to '<pre class="mermaid">'.
https://github.com/hanai/hexo-filter-mermaid-tag

filter hexo mermaid

Last synced: about 1 month ago
JSON representation

A hexo plugin that covert '``` mermaid' to '<pre class="mermaid">'.

Awesome Lists containing this project

README

        

# hexo-filter-mermaid-tag

[![NPM version](https://badge.fury.io/js/hexo-filter-mermaid-tag.svg)](http://badge.fury.io/js/hexo-filter-mermaid-tag) [![dependencies Status](https://david-dm.org/hanai/hexo-filter-mermaid-tag/status.svg)](https://david-dm.org/hanai/hexo-filter-mermaid-tag) [![devDependencies Status](https://david-dm.org/hanai/hexo-filter-mermaid-tag/dev-status.svg)](https://david-dm.org/hanai/hexo-filter-mermaid-tag?type=dev)

A hexo plugin that covert ` ``` mermaid ``` ` to `

`.

## Installation

``` shell
$ npm install hexo-filter-mermaid-tag --save
```

## Usage

You can enable this plugin in _config.yml.

``` yml
mermaid:
enable: true
```

## License

MIT