Skip to content

Conversation

@xiaozongyang
Copy link

Background

mermaid.js is a fashion plugin for rending diagrams from source code in markdown syntax.

You may use the following code to rending a flowchart, this example is from here.

    graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;

So the motivation is to enhance hexo-theme-pure by integrating https://github.com/webappdevelp/hexo-filter-mermaid-diagrams. The code modification is referred to https://github.com/webappdevelp/hexo-filter-mermaid-diagrams

@xiaozongyang
Copy link
Author

ping @cofess

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.

1 participant