-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 1.64 KB
/
index.html
File metadata and controls
24 lines (24 loc) · 1.64 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>markstream-vue — Fast, progressive Mermaid and streaming diff renderer</title>
<meta name="description" content="markstream-vue: a Vue 3 renderer optimized for large Markdown documents, progressive Mermaid rendering, streaming diff code blocks and real-time previews." />
<meta name="keywords" content="vue, markdown, mermaid, streaming diff, large documents, performance, real-time preview" />
<meta property="og:title" content="markstream-vue — Fast, progressive Mermaid and streaming diff renderer" />
<meta property="og:description" content="A Vue 3 renderer optimized for large Markdown documents, progressive Mermaid rendering, streaming diff code blocks and real-time previews." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/Simon-He95/markstream-vue" />
<meta property="og:image" content="/public/og-image.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="markstream-vue — Fast, progressive Mermaid and streaming diff renderer" />
<meta name="twitter:description" content="A Vue 3 renderer optimized for large Markdown documents, progressive Mermaid rendering, streaming diff code blocks and real-time previews." />
<meta name="twitter:image" content="/public/og-image.svg" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
</body>
</html>