We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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 ```
Look at at the example on http://flowchart.js.org/
Look at this in Typora:
Expected behavior Should look like this:
Desktop (please complete the following information):
Typora Version e.g: 1.9.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Open a new file in typora and add:
Look at at the example on http://flowchart.js.org/
Look at this in Typora:
Expected behavior
Should look like this:
Desktop (please complete the following information):
Typora Version
e.g: 1.9.5
The text was updated successfully, but these errors were encountered: