I created a simple Marmaid ER diagram but the ‘Direction’ command is not recognized. Is this a bug or missing functionality. Either way, can this be enabled?
Sample code:
---
\\title: Transactional Data Object Lineage
---
erDiagram
    direction LR
    SOMLEAD ||--|{ SOMOPPTY: Nurtures
    SOMOPPTY ||--|{ SOMQUOTE: Matures
    SOMQUOTE ||--|{ SOMCONTRACT: Books
    SOMQUOTE ||--|| CMPROCONTRACT: Redlines
    SOMCONTRACT ||--|| BRIMCONTRACT: Generates
    CMPROCONTRACT ||--|| BRIMCONTRACT: References
    BRIMCONTRACT ||--|{ ENTITLEMENT: GeneratesThanks in advance!
-Tiest