mgaitan/sphinxcontrib-mermaid

Incorrect sequence rendering

MrOneTwo opened this issue · 1 comments

Can't really figure out why this doesn't render correctly:

.. mermaid::

  sequenceDiagram
      participant H as Host
      participant D as Device
      H->>D: Setup Token
      H->>D: Data0 Packet

image