blockdiag / seqdiag

Apache License 2.0
68 stars 14 forks source link

allow href for line separator #47

Open dfroger opened 3 years ago

dfroger commented 3 years ago

I would like to allow href in the separator line. This PR works for this syntax:

 === Separator line === https://example.com

Maybe the syntax should be different, for example this:

 === Separator line === [href="https://example.com"]

Another problem is that I didn't understand how to properly use the separator regex in the pattern. Suggestions welcome!