-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstackeditJS.html
More file actions
34 lines (20 loc) · 1.63 KB
/
stackeditJS.html
File metadata and controls
34 lines (20 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.svg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.9.0/dist/katex.min.css" integrity="sha256-uXNHy6FK52Pb83SmU45mVAg7YECmr9Lwwu1zOz31j5c=" crossorigin="anonymous">
</head>
<body>
<pre>
<code id="articleMarkdown"></code>
</pre>
<p id="articleHTML"></p>
<button id="editButton" onclick="editArticle()">Edit</button>
<script src="https://cdn.jsdelivr.net/npm/stackedit-js@1.0.5/docs/lib/stackedit.min.js" integrity="sha256-c1SpsiygehP5Y+vXtIx6FQZwXazRZ8BmSoC3tQ1PerE=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/mermaid@8.0.0-rc.8/dist/mermaid.min.js" integrity="sha256-R269nVJXCfKPAx10Q9jAppwSd7KuhD2XTsD9kd9Fcc4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/katex@0.9.0/dist/katex.min.js" integrity="sha256-34ADEQM6cIZ7chSRA07lN4aD5JM9IQoeIr2VamKDcT0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/katex@0.9.0/dist/contrib/auto-render.min.js" integrity="sha256-HkMrKMLKQk4t1R2ofMAcLz72fWM2sshnx6215U+LgU0=" crossorigin="anonymous"></script>
<script src="./stackeditRender.js"></script>
</body>
</html>