Welcome to WebLabs-MobIDE Discussions! #13
spiralgang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
print("""
<title>Dynamic Mermaid Sequence Diagram</title> <script src="https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script> <style> body { margin: 0; overflow: hidden; } #diagram-container { position: relative; width: 100vw; height: 100vh; overflow: auto; } #mermaid { transform-origin: top left; } .buttons { position: fixed; bottom: 10px; right: 10px; background: rgba(0,0,0,0.5); padding: 10px; border-radius: 5px; } .buttons button { margin: 5px; padding: 5px 10px; background: #333; color: white; border: none; cursor: pointer; } .buttons button:hover { background: #555; } </style>Beta Was this translation helpful? Give feedback.
All reactions