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

Mermaid Update #427

Merged
merged 6 commits into from
Feb 13, 2024
Merged

Mermaid Update #427

merged 6 commits into from
Feb 13, 2024

Conversation

sylhare
Copy link
Owner

@sylhare sylhare commented Feb 12, 2024

Description

  • Mermaid to 10.8.0
  • Use markdown highlight to trigger mermaid diagram rendering

@sylhare sylhare marked this pull request as ready for review February 13, 2024 14:19
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
D ~~~ E
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new in 10.8.0 to align blocks

@@ -43,18 +51,20 @@ sequenceDiagram

### Flow

<div class="mermaid">
```mermaid
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<div class="mermaid"> is still supported, but I prefer the more markdown integrated way.

@sylhare sylhare merged commit 34538ed into master Feb 13, 2024
6 checks passed
@sylhare sylhare deleted the mermaid.10.8 branch February 13, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant