Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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">'.
- Host: GitHub
- URL: https://github.com/hanai/hexo-filter-mermaid-tag
- Owner: hanai
- License: mit
- Created: 2018-05-07T03:44:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T09:19:40.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T20:28:41.573Z (5 months ago)
- Topics: filter, hexo, mermaid
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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