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

Flowcharts (flowchart.js) cannot be rendered #6180

Open
3 tasks done
habakuk007 opened this issue Dec 3, 2024 · 0 comments
Open
3 tasks done

Flowcharts (flowchart.js) cannot be rendered #6180

habakuk007 opened this issue Dec 3, 2024 · 0 comments

Comments

@habakuk007
Copy link

  • Searched existing issues to avoid creating duplicates.
  • Confirmed that it can be reproduced in built-in themes without customized css.
  • Searched http://support.typora.io/

Describe the bug
If I try to render flowcharts (e.g. the examples from http://flowchart.js.org/) it shows errors.

To Reproduce
Steps to reproduce the behavior:

  1. Open a new file in typora and add:

     ```flow
     st=>start: Start:>http://www.google.com[blank]
     e=>end:>http://www.google.com
     op1=>operation: My Operation
     sub1=>subroutine: My Subroutine
     cond=>condition: Yes or No?:>http://www.google.com
     io=>inputoutput: catch something...
     para=>parallel: parallel tasks
     in=>input: some in
     out=>output: some out
     
     st->op1->cond
     cond(yes)->io->e
     cond(no)->para
     para(path1, bottom)->sub1(right)->op1
     para(path2, top)->op1
     para(path3, right)->in->out->e
     ```
    
  2. Look at at the example on http://flowchart.js.org/

  3. Look at this in Typora:
    grafik

Expected behavior
Should look like this:
grafik

Desktop (please complete the following information):

  • OS: Windows 11 64 bit

Typora Version
e.g: 1.9.5

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

1 participant