File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 9
9
< script src ="https://cdn.jsdelivr.net/npm/marked/lib/marked.umd.js "> </ script >
10
10
< script src ="https://cdn.jsdelivr.net/npm/marked-gfm-heading-id/lib/index.umd.js "> </ script >
11
11
< script src ="../project.js "> </ script >
12
+ < style >
13
+ /* <![CDATA[*/
14
+
15
+ img {
16
+ max-width : 100% ;
17
+ }
18
+
19
+ th ,
20
+ td {
21
+ border : 1px solid black;
22
+ padding : 0.2ex 1em ;
23
+ }
24
+
25
+ th {
26
+ text-align : center;
27
+ }
28
+
29
+ td {
30
+ text-align : left;
31
+ }
32
+
33
+ table {
34
+ border : 1px solid black;
35
+ border-collapse : collapse;
36
+ margin-bottom : 2ex ;
37
+ white-space : nowrap;
38
+ }
39
+
40
+ /*]]>*/
41
+ </ style >
12
42
</ head >
13
43
14
44
< body >
24
54
</ main >
25
55
26
56
< script >
57
+ //<![CDATA[
58
+
27
59
generate ( ) ;
28
60
29
61
const targetElement = document . getElementById ( 'markdown-target' ) ;
147
179
} ) ;
148
180
}
149
181
}
182
+
183
+ //]]>
150
184
</ script >
151
185
152
186
</ body >
You can’t perform that action at this time.
0 commit comments