Skip to content

Commit 40a87fa

Browse files
committed
Update todo list
1 parent a5627f9 commit 40a87fa

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

todo.md

+1-26
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,4 @@
11
- Get familar with jison
22
- git graph requires a blank line at the end. why?
33
- Create a desktop client
4-
- Replace all `lineInterpolate` with `curve`
5-
6-
I have the feeling that the flowchart DSL is not very readable or expressive despite it is short.
7-
And it is too limited for complicated requirements such as: https://github.com/knsv/mermaid/issues/592
8-
9-
Maybe the following is better:
10-
11-
```json
12-
{
13-
"nodes": [
14-
{
15-
"name": "A"
16-
}
17-
{
18-
"name": "B"
19-
}
20-
],
21-
"edges": [
22-
{
23-
"from": "A",
24-
"to": "B",
25-
"style": "dashed"
26-
}
27-
]
28-
}
29-
```
4+
- Do the rendering in an iframe to avoid global CSS to affect rendering.

0 commit comments

Comments
 (0)