-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclass_transformations.json
More file actions
95 lines (95 loc) · 2.48 KB
/
class_transformations.json
File metadata and controls
95 lines (95 loc) · 2.48 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"remove_tags": [
{"tag": "div", "class": ["level2"]}
],
"unwrap_by_parent": [
{
"parent": {"tag": "div", "class": ["line-block"]},
"child": {"tag": "div", "class": ["line"]},
"unwrap": "parent"
},
{
"parent": {"tag": "code", "class": []},
"child": {"tag": "span", "class": ["pre"]},
"unwrap": "child"
},
{
"parent": {"tag": "div", "class": ["code", "highlight-default"]},
"child": {"tag": "div", "class": ["highlight"]},
"unwrap": "parent"
},
{
"parent": {"tag": "td", "class": []},
"child": {"tag": "p", "class": []},
"unwrap": "child"
}
],
"unwrap": [
{"tag": "span", "class": ["nt"]},
{"tag": "span", "class": ["c"]},
{"tag": "span", "class": ["na"]},
{"tag": "span", "class": ["s"]},
{"tag": "span", "class": ["n"]},
{"tag": "span", "class": ["p"]},
{"tag": "span", "class": ["o"]},
{"tag": "span", "class": ["mf"]},
{"tag": "span", "class": ["mi"]},
{"tag": "span", "class": ["k"]},
{"tag": "span", "class": ["nb"]},
{"tag": "span", "class": ["s2"]},
{"tag": "article", "class": []}
],
"transform_by_parent": [
{
"parent": {"tag": "blockquote", "class": []},
"before": {"tag": "div", "class": []},
"after": {"tag": "p", "class": []}
}
],
"transform": [
{
"before": {"tag": "blockquote", "class": []},
"after": {"tag": "dd", "class": []}
},
{
"before": {"tag": "div", "class": ["line"]},
"after": {"tag": "p", "class": []}
},
{
"before": {"tag": "span", "class": ["underline"]},
"after": {"tag": "em", "class": []}
},
{
"before": {"tag": "span", "class": ["caption-text"]},
"after": {"tag": "caption", "class": []}
},
{
"before": {"tag": "tr", "class": ["withdrawn"]},
"after": {"tag": "tr", "class": ["withdrawn"]}
},
{
"before": {"tag": "code", "class": []},
"after": {"tag": "code", "class": []}
},
{
"before": {"tag": "div", "class": ["highlight"]},
"after": {"tag": "code", "class": []}
},
{
"before": {"tag": "div", "class": ["text-with-image"]},
"after": {"tag": "p", "class": []}
},
{
"before": {"tag": "div", "class": ["button"]},
"after": {"tag": "span", "class": ["button"]}
}
],
"unwrap_by_parent_last": [
],
"transform_last": [
{
"before": {"tag": "div", "class": []},
"after": {"tag": "p", "class": []}
}
]
}