mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
parent
199d67581a
commit
f4e4ea1374
@ -66,9 +66,9 @@
|
|||||||
<td><a href="https://github.com/chjj/marked/archive/v0.3.6.tar.gz">marked-0.3.6.tar.gz</a></td>
|
<td><a href="https://github.com/chjj/marked/archive/v0.3.6.tar.gz">marked-0.3.6.tar.gz</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="/plugins/notebookjs-0.2.6/notebook.min.js">notebook.min.js</a></td>
|
<td><a href="/plugins/notebookjs-0.3.0/notebook.min.js">notebook.min.js</a></td>
|
||||||
<td><a href="https://github.com/jsvine/notebookjs/blob/master/LICENSE.txt">Expat</a></td>
|
<td><a href="https://github.com/jsvine/notebookjs/blob/master/LICENSE.txt">Expat</a></td>
|
||||||
<td><a href="https://github.com/jsvine/notebookjs/archive/v0.2.6.tar.gz">notebookjs-0.2.6.tar.gz</a></td>
|
<td><a href="https://github.com/jsvine/notebookjs/archive/v0.3.0.tar.gz">notebookjs-0.3.0.tar.gz</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<!-- notebook.js for rendering ipython notebooks and marked.js for rendering markdown in notebooks -->
|
<!-- notebook.js for rendering ipython notebooks and marked.js for rendering markdown in notebooks -->
|
||||||
{{if .IsIPythonNotebook}}
|
{{if .IsIPythonNotebook}}
|
||||||
<script src="{{AppSubURL}}/plugins/notebookjs-0.2.6/notebook.min.js"></script>
|
<script src="{{AppSubURL}}/plugins/notebookjs-0.3.0/notebook.min.js"></script>
|
||||||
<script src="{{AppSubURL}}/plugins/marked-0.3.6/marked.min.js"></script>
|
<script src="{{AppSubURL}}/plugins/marked-0.3.6/marked.min.js"></script>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user