rhiokim / haroopad

Haroopad - The Next Document processor based on Markdown
http://pad.haroopress.com
GNU General Public License v3.0
1.6k stars 225 forks source link

Mermaid diagram produces no output #628

Open houghtonap opened 6 years ago

houghtonap commented 6 years ago

When using mermaid to produce a diagram, no diagram will be produced when there is an @ sign for the label.

Example: ```mermaid graph TD

title[My Title] title-->FirstStep["em@w3.org"] style title fill:#FFF,stroke:#FFF linkStyle 0 stroke:#FFF,stroke-width:0;

FirstStep-->... ```

NOTE Haroopad also renders the text in double quotes with the double quotes where as the mermaid live editor does not.

The above example works in the mermaid live editor, but not in Haroopad.

chesucr commented 6 years ago

Hello!! I think the development of this program was discontinued 3 or 5 years ago, check the last commits

houghtonap commented 6 years ago

Did you mean development stopped for haroopad or mermaid? If development for haroopad stopped can you recommend another windows based markdown editor? Thanks, Andrew.


From: chesucr notifications@github.com Sent: Wednesday, March 28, 2018 7:09:50 AM To: rhiokim/haroopad Cc: Andrew Houghton; Author Subject: Re: [rhiokim/haroopad] Mermaid diagram produces no output (#628)

Hello!! I think the development of this program was discontinued 3 or 5 years ago, check the last commits

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/rhiokim/haroopad/issues/628#issuecomment-376849234, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AhU4g9oQPb-08VzcbjwkNvNZbB6ltw8_ks5ti299gaJpZM4S26l9.

chesucr commented 6 years ago

Haroopad stopped. I am using VSCode. If you install it, Markdown works out of the box, with previews as well.