Skip to content
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

Upgrade Mermaid JS to 9.2.2 #434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mincong-h
Copy link

@mincong-h mincong-h commented Dec 15, 2022

This PR upgrades the Mermaid JS library to 9.2.2. This allows Jekyll TeXt Theme to support more Mermaid syntax. For example, the sequence diagram demo is not supported in 8.0.0.

sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!
sequenceDiagram
    Alice->>John: Hello John, how are you?
    John-->>Alice: Great!
    Alice-)John: See you later!

This is tested in my blog post "Internal Working of the GitLab API Go Client" under commit mincong-h/mincong-h.github.io@740b1a9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant