$ npm install gitbook-plugin-websequencediagrams --save
{
"plugins": [ "websequencediagrams"]
}
{% websd style="rose" %}
title Authentication Sequence
Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
{% endwebsd %}
The style parameter is optional, and defaults to "default" if not set