File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
storyteller/storyteller/GetStoryteller Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,12 @@ Once you have chosen your name your website will be live and can be seen by anyo
32
32
<meta charset="UTF-8">
33
33
<meta name="viewport" content="width=device-width, initial-scale=1.0">
34
34
<title></title>
35
- <script type='text/javascript' src='https://cdn.jsdelivr.net/gh/easycoder/storyteller/storyteller.js?v=200407'></script>
36
35
</head>
37
36
38
37
<body>
39
38
40
- <pre id="storyteller-branch" style="display:none">dev </pre>
41
- <pre id="storyteller-stories" style="display:none">(Name of my stories folder) </pre>
39
+ <pre id="storyteller-branch" style="display:none">master </pre>
40
+ <pre id="storyteller-stories" style="display:none">storyteller </pre>
42
41
<pre id="easycoder-script" style="display:none">
43
42
44
43
script Boot
@@ -47,11 +46,14 @@ Once you have chosen your name your website will be live and can be seen by anyo
47
46
variable Script
48
47
attach Branch to `storyteller-branch`
49
48
put the content of Branch into B
50
- rest get Script from `https://cdn.jsdelivr.net/gh/easycoder/storyteller@` cat B cat `/storyteller.txt?v=200411`
49
+ require js `https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io@` cat B cat `/dist/plugins/showdown.js?v=200413`
50
+ rest get Script from `https://cdn.jsdelivr.net/gh/easycoder/storyteller@` cat B cat `/storyteller.txt?v=200413`
51
51
run Script
52
52
53
53
</pre>
54
54
55
+ <script type='text/javascript' src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=200413'></script>
56
+
55
57
</body>
56
58
</html>
57
59
```
You can’t perform that action at this time.
0 commit comments