-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 2.56 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Markdown Studio — Markdown → A4 → PDF</title>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect x='3' y='2' width='20' height='26' rx='3' fill='%232f64e6'/%3E%3Crect x='9' y='6' width='20' height='26' rx='3' fill='%23fff' stroke='%231b1d22' stroke-width='2'/%3E%3Cpath d='M13 22V13l4 5 4-5v9' fill='none' stroke='%231b1d22' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300..700;1,400..600&family=Libre+Franklin:wght@400..700&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&family=Source+Serif+4:ital,opsz,wght@0,8..60,400..700;1,8..60,400..600&family=Spectral:ital,wght@0,400;0,500;0,600;1,400&family=Newsreader:ital,opsz,wght@0,6..72,400..600;1,6..72,400..500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="editor.css?v=31" />
<link rel="stylesheet" href="doc.css?v=31" />
</head>
<body>
<div id="root"></div>
<!-- editor libraries: CodeMirror 6 + markdown-it, vendored (see tools/) -->
<script src="vendor/editor-libs.js?v=31"></script>
<!-- only used once, to convert a document saved by the previous version -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/turndown/7.2.0/turndown.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/turndown-plugin-gfm@1.0.2/dist/turndown-plugin-gfm.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/@babel/standalone@7.29.0/babel.min.js" crossorigin="anonymous"></script>
<script src="themes.js?v=31"></script>
<script src="syntax-help.js?v=31"></script>
<script src="dialect.js?v=31"></script>
<script src="library.js?v=31"></script>
<script src="paginate.js?v=31"></script>
<script src="demo.js?v=31"></script>
<script type="text/babel" src="icons.jsx?v=31"></script>
<script type="text/babel" src="theme-pane.jsx?v=31"></script>
<script type="text/babel" src="markdown-pane.jsx?v=31"></script>
<script type="text/babel" src="preview-pane.jsx?v=31"></script>
<script type="text/babel" src="app.jsx?v=31"></script>
</body>
</html>