Skip to content

tmtm/reveal-ck-mermaid-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published