-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformula.docogen
More file actions
32 lines (32 loc) · 1018 Bytes
/
formula.docogen
File metadata and controls
32 lines (32 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"article": [
{
"title": "Formula Demo",
"priority": 5,
"content": [
{
"name": "Formula 1",
"type": "formula",
"data": [
{
"info": "Now we will introduce the basic equation usage (inline mode): ",
"inline": "\\(x^2 + y^2 = z^2\\)"
},
{
"info": "\nThen we can see the display mode: \n",
"display": "\\[ x^n + y^n = z^n \\]"
},
{
"info": "\nAnd about equation tag:\n",
"equation": "E=mc^2"
}
],
"figure": [
],
"subarticle": [
]
}
]
}
]
}