careteditor / issues

Caret issues
https://caret.io
327 stars 12 forks source link

graphic glitches in mermaid expression #584

Open grkngls opened 6 years ago

grkngls commented 6 years ago

following md mermaid code looks not at it should:

graph TD
a[Start] --> b{"this is just a test"}
b --> |one| c[This is a longer text which escape the box]
b --> |two| d["Another text<br>with l a line break.]

dqwvrdsuiae4c1k

BTW: not so easy to enter the md code here as raw code.

astoilkov commented 6 years ago

We will look into this. Thanks for reporting.

hauthorn commented 6 years ago

Which release has this been resolved in? @astoilkov

astoilkov commented 5 years ago

Hi @hauthorn,

We have removed mermaid support in Caret. This is why we added the resolved label.

tikkanz commented 5 years ago

Is there a plan to reinstate support for mermaid at some point or is the removal permanent?

astoilkov commented 5 years ago

Yes. We have plans to support a diagramming library at some point in the future. However, we can't promise anything at this point.

hauthorn commented 5 years ago

@astoilkov You've probably already looked at this, but is it possible that the custom fonts used are causing the labels to render wrongly? I recent came about this in the documentation for mermaid

astoilkov commented 5 years ago

@hauthorn Yes. It is possible. Thanks for pointing this out. We will look at this.