No commit activity in last 3 years
No release in over 3 years
reveal-ck mermaid plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.16
~> 10.0
 Project Readme

reveal-ck-mermaid-plugin

This is a plugin that can easily use mermaid with reveal-ck.

Installation

% gem install reveal-ck-mermaid-plugin

Usage

% mkdir foo
% cd foo
% touch slides.md
% reveal-ck-mermaid-plugin
% reveal-ck generate

in slides.md:

```mermaid
sequenceDiagram
    Client -->> Server: Connection
    Server ->> Client: Initial
    Client ->> Server: Authentication
    Server ->> Client: OK
```

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tmtm/reveal-ck-mermaid-plugin.