-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 2.33 KB
/
Copy pathindex.html
File metadata and controls
51 lines (47 loc) · 2.33 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
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="MD2DOC-Evolution 是專為技術寫作者設計的 Markdown 到 Word DOCX 編輯與匯出工具,支援 Mermaid、程式碼區塊、Callout 與 QR Code。" />
<meta name="keywords" content="Markdown, DOCX, Word, 技術寫作, 書稿, Mermaid, Code Block, QR Code, Markdown 轉 Word" />
<meta name="author" content="EricHuang" />
<link rel="canonical" href="https://huangchiyu.com/MD2DOC-Evolution/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://huangchiyu.com/MD2DOC-Evolution/" />
<meta property="og:title" content="MD2DOC-Evolution | Markdown to Word Converter" />
<meta property="og:description" content="A focused Markdown workspace for exporting technical manuscripts to Word DOCX." />
<meta property="og:image" content="https://huangchiyu.com/MD2DOC-Evolution/og-image.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://huangchiyu.com/MD2DOC-Evolution/" />
<meta property="twitter:title" content="MD2DOC-Evolution | Markdown to Word Converter" />
<meta property="twitter:description" content="A focused Markdown workspace for exporting technical manuscripts to Word DOCX." />
<meta property="twitter:image" content="https://huangchiyu.com/MD2DOC-Evolution/og-image.jpg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "MD2DOC-Evolution",
"operatingSystem": "Web Browser",
"applicationCategory": "ProductivityApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "A professional Markdown to Word DOCX converter designed for technical book publishing with Mermaid charts and code highlighting support.",
"author": {
"@type": "Person",
"name": "EricHuang",
"url": "https://github.com/eric861129"
}
}
</script>
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<title>MD2DOC-Evolution | Markdown to Word Converter</title>
</head>
<body class="manuscript-font">
<div id="root"></div>
<script type="module" src="./index.tsx"></script>
</body>
</html>