You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By adding a shebang line to the first line of the diagrams we should be able to build them by executing them.
#!/usr/bin/env mermad
The are lots of tools that allow this use case, the trick is that mermaid should be able to parse the stdout, nothing else.
Currently it seems that the PNG files are generated if you do this but they contain an image of the source code instead of the diagram? Quite a strange behaviour.
The text was updated successfully, but these errors were encountered:
By adding a shebang line to the first line of the diagrams we should be able to build them by executing them.
The are lots of tools that allow this use case, the trick is that mermaid should be able to parse the
stdout
, nothing else.Currently it seems that the PNG files are generated if you do this but they contain an image of the source code instead of the diagram? Quite a strange behaviour.
The text was updated successfully, but these errors were encountered: