Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 596 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 596 Bytes

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.