2020-01-13 22:16:04 +08:00
|
|
|
<!DOCTYPE html>
|
2021-02-28 14:50:52 +08:00
|
|
|
<html lang="zh-CN">
|
2021-02-28 14:51:16 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta
|
|
|
|
name="keywords"
|
|
|
|
content="md,markdown,markdown-editor,wechat,official-account,yanglbme,doocs"
|
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="Wechat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器"
|
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="viewport"
|
|
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
|
|
|
/>
|
2021-11-24 00:02:52 +08:00
|
|
|
<title>微信 Markdown 编辑器 | Doocs 开源社区</title>
|
2021-02-28 14:51:16 +08:00
|
|
|
<link
|
|
|
|
rel="shortcut icon"
|
|
|
|
href="https://gitee.com/yanglbme/resource/raw/master/doocs-md/favicon.png"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="apple-touch-icon-precomposed"
|
|
|
|
href="https://gitee.com/yanglbme/resource/raw/master/doocs-md/qrcode.png"
|
|
|
|
/>
|
2022-02-28 12:34:47 +08:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
href="https://cdn.jsdelivr.net/gh/wechatsync/article-syncjs@0.0.1/dist/styles.css"
|
|
|
|
/>
|
2021-02-28 21:52:35 +08:00
|
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/prettify/r298/prettify.min.js"></script>
|
2021-02-28 14:51:16 +08:00
|
|
|
</head>
|
2021-02-28 14:50:52 +08:00
|
|
|
|
2021-02-28 14:51:16 +08:00
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>Please enable JavaScript to continue.</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
2022-02-28 12:34:47 +08:00
|
|
|
<script src="https://cdn.jsdelivr.net/gh/wechatsync/article-syncjs@0.0.1/dist/main.js"></script>
|
2021-02-28 14:51:16 +08:00
|
|
|
</html>
|