mermaidjs / mermaid-gitbook

Documentation has been moved to docs in https://github.com/mermaid-js/mermaid
https://mermaidjs.github.io
554 stars 222 forks source link

If 'o' is the first letter, graph won't show any thing like A--o-->B #34

Closed tgsmdww closed 5 years ago

tgsmdww commented 5 years ago

Like this, graph TD A[Christmas] -->|Get money| B(Go shopping) B --o--> C{Let me think} C -->|One| D[Laptop] C -->|Two| E[iPhone] C -->|Three| F[fa:fa-car Car]

Parse error on line 3: ...B(Go shopping)B --o--> C{Let me think} ----------------------^ Expecting 'DIR', 'DOWN', 'MINUS', 'TESTSTR', 'PIPE', 'NUM', 'COMMA', 'ALPHA', 'COLON', 'BRKT', 'DOT', 'PUNCTUATION', 'UNICODE_TEXT', 'PLUS', 'EQUALS', 'MULT', got 'ARROW_POINT'

It works if I use &#111

renanlecaro commented 5 years ago

This seems to be an issue with https://github.com/knsv/mermaid and not with this repository (this repo is only for the gitbook documentation)

tgsmdww commented 5 years ago

I'm sorry