2024-08-18 19:50:44 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
2024-08-22 19:23:55 +08:00
|
|
|
<meta name="keywords" content="md,markdown,markdown-editor,wechat,official-account,yanglbme,doocs" />
|
|
|
|
<meta name="description" content="Wechat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器" />
|
2024-08-18 19:50:44 +08:00
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
|
|
/>
|
|
|
|
<title>微信 Markdown 编辑器 | Doocs 开源社区</title>
|
2024-08-22 19:23:55 +08:00
|
|
|
<link rel="shortcut icon" href="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/favicon.png" />
|
2024-08-18 19:50:44 +08:00
|
|
|
<link
|
|
|
|
rel="apple-touch-icon-precomposed"
|
|
|
|
href="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/1648303220922-7e14aefa-816e-44c1-8604-ade709ca1c69.png"
|
|
|
|
/>
|
|
|
|
<!-- <link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/wechatsync/article-syncjs@latest/dist/styles.css"
|
|
|
|
/> -->
|
|
|
|
<!-- KaTeX CSS -->
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css"
|
|
|
|
integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
/>
|
|
|
|
<style>
|
|
|
|
/**
|
2023-11-07 07:36:48 +08:00
|
|
|
解决公众号复制字体问题
|
|
|
|
*/
|
|
|
|
.katex .mathnormal {
|
2024-08-18 19:50:44 +08:00
|
|
|
font-family: 'Times New Roman' !important;
|
|
|
|
}
|
|
|
|
</style>
|
2024-08-28 12:50:22 +08:00
|
|
|
<script type="module" crossorigin src="/md/assets/index-tOBB4d1H.js"></script>
|
2024-08-27 19:48:20 +08:00
|
|
|
<link rel="stylesheet" crossorigin href="/md/assets/index-DBZh3Iah.css">
|
2024-08-18 19:50:44 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>Please enable JavaScript to continue.</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
<script src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/wechatsync/article-syncjs@latest/dist/main.js"></script>
|
|
|
|
</html>
|