Contents
WebSequenceDiagrams parser
Description
Allows using the websequencediagrams.com service to embed sequence diagrams.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.9 |
N/A |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.
Usage
To use this parser, simply put #!seqdiagram after the beginning of the code block.
Example
{{{#!seqdiagram
title Authentication Sequence
Alice->Bob: Authentication Request
note right of Bob: Bob thinks about it
Bob->Alice: Authentication Response
}}}Also see a live example here: http://wireless.kernel.org/en/developers/Documentation/mac80211/hw-scan
Copyright
Copyright 2013, Johannes Berg
License
This parser is released under the terms of the GNU GPL.
