-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mermaidのバージョンを上げて欲しい #543
Labels
Comments
これがブロック要因になってたのですが、クローズされてますね…ちょっと状況を確認します! |
@10.3.1にバージョンを上げましたので、お手すきでご確認いただければと思います。こちらではサンプルに指定いただいた以下のSequence図が表示できることを確認しました。 sequenceDiagram
Alice->>Bob: Hello Bob, how are you ?
Bob->>Alice: Fine, thank you. And you?
create participant Carl
Alice->>Carl: Hi Carl!
create actor D as Donald
Carl->>D: Hi!
destroy Carl
Alice-xCarl: We are too many
destroy Bob
Bob->>Alice: I agree
|
@cm-wada-yusuke 迅速なご対応ありがとうございます! |
@kyoh86 外部サーバーにiframeでつなげており、Zenn本体もzenn-cliも同じ接続先ですので zenn-cli のプレビューでも表示できるかと思います、お時間あるときに試してみていただけると:pray: |
できることが確認できました。ありがとうございます! |
@kyoh86 ご確認、ありがとうございました:pray: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提案・要望
現状動いているのが(少なくとも手元のPreview機能では)Mermaidの9.4.3なんですが、Mermaidの最新版はメジャーバージョンが上がって10.3.1になっています。
機能的な不足がだいぶ目立って、不自由を感じるので可能であればバージョンアップしていただけないでしょうか。
背景
Sequence DiagramのActor Creation and Destructionを使おうとして使えないことに気づきました。
https://mermaid.js.org/syntax/sequenceDiagram.html#actor-creation-and-destruction-v10-3-0
関連
No response
The text was updated successfully, but these errors were encountered: