Giter Club home page Giter Club logo

Comments (6)

knsv avatar knsv commented on April 28, 2024

Again a good suggestion. I link things that makes the graphs more readable. The markdowish approach suggests graphs should be as readable as possible in code without rendering the diagram also.

Will add this one to the list.

Will not do this as a patch release though as this might break backwards compatibility but will add it in a bigger release. Best would be to support both, will see how messy the grammar becomes. Right now there is other activities for example syntax for dotted lines. Will wait until those thing are completed before getting onto this one.

Also... we should have some sort of versioning on the grammar itself and a way of communicating when syntax changes

from mermaid.

knsv avatar knsv commented on April 28, 2024

I have done some work on this but with small adjustment, a leading space for the text in the links as below:

A---|Link text|B 

becomes

 A-- Link Text --B

from mermaid.

chrisalley avatar chrisalley commented on April 28, 2024

Looks good.

from mermaid.

badbye avatar badbye commented on April 28, 2024

Seems that A-->|Link text|B generate a line instead of a arrow?
Then how to generate a arrow with a link text?

from mermaid.

knsv avatar knsv commented on April 28, 2024

Hello!

The code below, should generate an arrow:

A-->|Link text|B

This code should generate a line:

A---|Link text|B

When I test this I see the expected behaviour. Can you help me reproduce your problem?

from mermaid.

knsv avatar knsv commented on April 28, 2024

Released in 0.3.1

from mermaid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.