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 rendering issue #807

Closed
jeffguorg opened this issue Aug 10, 2017 · 6 comments
Closed

Mermaid rendering issue #807

jeffguorg opened this issue Aug 10, 2017 · 6 comments

Comments

@jeffguorg
Copy link

cannot render subgraph in mermaid graph

version: 0.9.29
win 10 16251 zh-cn

image

@abnerlee
Copy link
Contributor

Fixed in new version

@iloginov
Copy link

I see this issue in version 0.9.36
subgraph-issue

@abnerlee abnerlee reopened this Sep 20, 2017
@abnerlee
Copy link
Contributor

abnerlee commented Sep 20, 2017

@iloginov Thanks for the report,
and could you post the text directly? That will make things easier for us to test :)

@iloginov
Copy link

Playing with examples on Mermaid official site I found the proble.

If I create diagram and make intendation using TAB instead of spaces, nothing works. But this is related only to subgraphs.

You can get oficial example:

graph TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end

and change spaces on TAB in line 4.

@iloginov
Copy link

You are right. There is issue: mermaid-js/mermaid#336.

Seems this issue should be closed.

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

No branches or pull requests

3 participants