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

Support mermaid js #11

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Support mermaid js #11

merged 1 commit into from
Jan 21, 2025

Conversation

PrajwolAmatya
Copy link
Collaborator

@PrajwolAmatya PrajwolAmatya commented Jan 16, 2025

Description

This PR adds support for mermaid js in the presentation slide to illustrate different diagrams.

Screenshot

markdown content:

    ## Mermaid JS

    ```mermaid
    sequenceDiagram
        participant Alice
        participant Bob
        Alice->>John: Hello John, how are you?
        loop HealthCheck
            John->>John: Fight against hypochondria
        end
        Note right of John: Rational thoughts <br/>prevail!
        John-->>Alice: Great!
        John->>Bob: How about you?
        Bob-->>John: Jolly good!
    ```

rendered Slide:
image

Relate WP

https://community.openproject.org/projects/revealjs/work_packages/60581/activity

@PrajwolAmatya PrajwolAmatya self-assigned this Jan 16, 2025
@PrajwolAmatya PrajwolAmatya force-pushed the add-mermaid-js branch 3 times, most recently from d507b02 to ae56889 Compare January 20, 2025 11:09
@PrajwolAmatya PrajwolAmatya marked this pull request as ready for review January 21, 2025 05:50
@PrajwolAmatya PrajwolAmatya merged commit 6b413c3 into main Jan 21, 2025
3 checks passed
@PrajwolAmatya PrajwolAmatya deleted the add-mermaid-js branch January 21, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants