We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5627f9 commit 40a87faCopy full SHA for 40a87fa
todo.md
@@ -1,29 +1,4 @@
1
- Get familar with jison
2
- git graph requires a blank line at the end. why?
3
- 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
-```
+- Do the rendering in an iframe to avoid global CSS to affect rendering.
0 commit comments