Skip to content

Mermaid integration - #152

Open
xiaozongyang wants to merge 3 commits into
cofess:masterfrom
xiaozongyang:add-mermaid-support
Open

Mermaid integration#152
xiaozongyang wants to merge 3 commits into
cofess:masterfrom
xiaozongyang:add-mermaid-support

Conversation

@xiaozongyang

Copy link
Copy Markdown

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
Copy Markdown
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